Port update_engine_client ResetStatus command to lib

This is the first step in getting update_engine_client completely off of
direct DBus calls

Test: Ran --reset_status command and verified update_engine received the
      signal.
Bug: 26233663
Signed-off-by: Casey Dahlin <sadmac@google.com>

Change-Id: Iac54d890fd796f91a7813755d6061cf468255347
6 files changed
tree: c048513e32adc24e1c419a4c9bf9c5c9c9e5fd4c
  1. binder_bindings/
  2. client_library/
  3. common/
  4. dbus_bindings/
  5. include/
  6. init/
  7. payload_consumer/
  8. payload_generator/
  9. sample_images/
  10. scripts/
  11. update_manager/
  12. update_payload_key/
  13. .gitignore
  14. Android.mk
  15. binder_main.cc
  16. binder_service.cc
  17. binder_service.h
  18. boot_control_android.cc
  19. boot_control_android.h
  20. boot_control_chromeos.cc
  21. boot_control_chromeos.h
  22. boot_control_chromeos_unittest.cc
  23. chrome_browser_proxy_resolver.cc
  24. chrome_browser_proxy_resolver.h
  25. chrome_browser_proxy_resolver_unittest.cc
  26. connection_manager.cc
  27. connection_manager.h
  28. connection_manager_interface.h
  29. connection_manager_unittest.cc
  30. daemon.cc
  31. daemon.h
  32. dbus_service.cc
  33. dbus_service.h
  34. dbus_service_unittest.cc
  35. dbus_test_utils.h
  36. fake_file_writer.h
  37. fake_p2p_manager.h
  38. fake_p2p_manager_configuration.h
  39. fake_shill_proxy.cc
  40. fake_shill_proxy.h
  41. fake_system_state.cc
  42. fake_system_state.h
  43. generate_pc_file.sh
  44. hardware_android.cc
  45. hardware_android.h
  46. hardware_chromeos.cc
  47. hardware_chromeos.h
  48. image_properties.h
  49. image_properties_android.cc
  50. image_properties_chromeos.cc
  51. libcros_proxy.cc
  52. libcros_proxy.h
  53. libupdate_engine-client-test.pc.in
  54. libupdate_engine-client.pc.in
  55. local_coverage_rate
  56. main.cc
  57. metrics.cc
  58. metrics.h
  59. metrics_utils.cc
  60. metrics_utils.h
  61. metrics_utils_unittest.cc
  62. mock_action.h
  63. mock_action_processor.h
  64. mock_connection_manager.h
  65. mock_file_writer.h
  66. mock_omaha_request_params.h
  67. mock_p2p_manager.h
  68. mock_payload_state.h
  69. mock_update_attempter.h
  70. MODULE_LICENSE_APACHE2
  71. NOTICE
  72. omaha_request_action.cc
  73. omaha_request_action.h
  74. omaha_request_action_unittest.cc
  75. omaha_request_params.cc
  76. omaha_request_params.h
  77. omaha_request_params_unittest.cc
  78. omaha_response.h
  79. omaha_response_handler_action.cc
  80. omaha_response_handler_action.h
  81. omaha_response_handler_action_unittest.cc
  82. OWNERS
  83. p2p_manager.cc
  84. p2p_manager.h
  85. p2p_manager_unittest.cc
  86. payload_state.cc
  87. payload_state.h
  88. payload_state_interface.h
  89. payload_state_unittest.cc
  90. PRESUBMIT.cfg
  91. proxy_resolver.cc
  92. proxy_resolver.h
  93. real_system_state.cc
  94. real_system_state.h
  95. run_unittests
  96. sample_omaha_v3_response.xml
  97. shill_proxy.cc
  98. shill_proxy.h
  99. shill_proxy_interface.h
  100. system_state.h
  101. tar_bunzip2.gypi
  102. test_http_server.cc
  103. testrunner.cc
  104. unittest_key.pem
  105. unittest_key2.pem
  106. update_attempter.cc
  107. update_attempter.h
  108. update_attempter_unittest.cc
  109. update_engine-client.gyp
  110. update_engine.conf
  111. update_engine.gyp
  112. update_engine.rc
  113. update_engine_client.cc
  114. update_metadata.proto
  115. update_status_utils.cc
  116. update_status_utils.h
  117. UpdateEngine.conf
  118. WATCHLISTS