tree: b91e16f1f0f34d427f62b7ad6d7a8a5fc683823f [path history] [tgz]
  1. proto/
  2. services/
  3. arc_obb_mounter_client.cc
  4. arc_obb_mounter_client.h
  5. audio_node.cc
  6. audio_node.h
  7. blocking_method_caller.cc
  8. blocking_method_caller.h
  9. blocking_method_caller_unittest.cc
  10. cras_audio_client.cc
  11. cras_audio_client.h
  12. cras_audio_client_unittest.cc
  13. cros_disks_client.cc
  14. cros_disks_client.h
  15. cros_disks_client_unittest.cc
  16. cryptohome_client.cc
  17. cryptohome_client.h
  18. dbus_client.h
  19. dbus_client_implementation_type.h
  20. dbus_clients_browser.cc
  21. dbus_clients_browser.h
  22. dbus_clients_common.cc
  23. dbus_clients_common.h
  24. dbus_method_call_status.cc
  25. dbus_method_call_status.h
  26. dbus_thread_manager.cc
  27. dbus_thread_manager.h
  28. dbus_thread_manager_unittest.cc
  29. debug_daemon_client.cc
  30. debug_daemon_client.h
  31. DEPS
  32. easy_unlock_client.cc
  33. easy_unlock_client.h
  34. fake_arc_obb_mounter_client.cc
  35. fake_arc_obb_mounter_client.h
  36. fake_cras_audio_client.cc
  37. fake_cras_audio_client.h
  38. fake_cros_disks_client.cc
  39. fake_cros_disks_client.h
  40. fake_cryptohome_client.cc
  41. fake_cryptohome_client.h
  42. fake_cryptohome_client_unittest.cc
  43. fake_debug_daemon_client.cc
  44. fake_debug_daemon_client.h
  45. fake_easy_unlock_client.cc
  46. fake_easy_unlock_client.h
  47. fake_easy_unlock_client_unittest.cc
  48. fake_gsm_sms_client.cc
  49. fake_gsm_sms_client.h
  50. fake_image_burner_client.cc
  51. fake_image_burner_client.h
  52. fake_lorgnette_manager_client.cc
  53. fake_lorgnette_manager_client.h
  54. fake_modem_messaging_client.cc
  55. fake_modem_messaging_client.h
  56. fake_permission_broker_client.cc
  57. fake_permission_broker_client.h
  58. fake_power_manager_client.cc
  59. fake_power_manager_client.h
  60. fake_power_manager_client_unittest.cc
  61. fake_session_manager_client.cc
  62. fake_session_manager_client.h
  63. fake_shill_device_client.cc
  64. fake_shill_device_client.h
  65. fake_shill_ipconfig_client.cc
  66. fake_shill_ipconfig_client.h
  67. fake_shill_manager_client.cc
  68. fake_shill_manager_client.h
  69. fake_shill_profile_client.cc
  70. fake_shill_profile_client.h
  71. fake_shill_service_client.cc
  72. fake_shill_service_client.h
  73. fake_shill_third_party_vpn_driver_client.cc
  74. fake_shill_third_party_vpn_driver_client.h
  75. fake_sms_client.cc
  76. fake_sms_client.h
  77. fake_system_clock_client.cc
  78. fake_system_clock_client.h
  79. fake_update_engine_client.cc
  80. fake_update_engine_client.h
  81. gsm_sms_client.cc
  82. gsm_sms_client.h
  83. gsm_sms_client_unittest.cc
  84. image_burner_client.cc
  85. image_burner_client.h
  86. lorgnette_manager_client.cc
  87. lorgnette_manager_client.h
  88. mock_cryptohome_client.cc
  89. mock_cryptohome_client.h
  90. mock_lorgnette_manager_client.cc
  91. mock_lorgnette_manager_client.h
  92. mock_permission_broker_client.cc
  93. mock_permission_broker_client.h
  94. mock_session_manager_client.cc
  95. mock_session_manager_client.h
  96. mock_shill_manager_client.cc
  97. mock_shill_manager_client.h
  98. mock_shill_profile_client.cc
  99. mock_shill_profile_client.h
  100. mock_shill_service_client.cc
  101. mock_shill_service_client.h
  102. modem_messaging_client.cc
  103. modem_messaging_client.h
  104. modem_messaging_client_unittest.cc
  105. OWNERS
  106. permission_broker_client.cc
  107. permission_broker_client.h
  108. pipe_reader.cc
  109. pipe_reader.h
  110. power_manager_client.cc
  111. power_manager_client.h
  112. power_manager_client_unittest.cc
  113. power_policy_controller.cc
  114. power_policy_controller.h
  115. power_policy_controller_unittest.cc
  116. README.md
  117. session_manager_client.cc
  118. session_manager_client.h
  119. shill_client_helper.cc
  120. shill_client_helper.h
  121. shill_client_unittest_base.cc
  122. shill_client_unittest_base.h
  123. shill_device_client.cc
  124. shill_device_client.h
  125. shill_device_client_unittest.cc
  126. shill_ipconfig_client.cc
  127. shill_ipconfig_client.h
  128. shill_ipconfig_client_unittest.cc
  129. shill_manager_client.cc
  130. shill_manager_client.h
  131. shill_manager_client_unittest.cc
  132. shill_profile_client.cc
  133. shill_profile_client.h
  134. shill_profile_client_unittest.cc
  135. shill_property_changed_observer.h
  136. shill_service_client.cc
  137. shill_service_client.h
  138. shill_service_client_unittest.cc
  139. shill_third_party_vpn_driver_client.cc
  140. shill_third_party_vpn_driver_client.h
  141. shill_third_party_vpn_driver_client_unittest.cc
  142. shill_third_party_vpn_observer.h
  143. sms_client.cc
  144. sms_client.h
  145. system_clock_client.cc
  146. system_clock_client.h
  147. update_engine_client.cc
  148. update_engine_client.h
  149. volume_state.cc
  150. volume_state.h
chromeos/dbus/README.md

This directory contains client libraries for communication with Chrome OS system service daemons over D-Bus.

Older clients that have been removed:

  • Amplifier (amplifier_client.cc)
  • Audio DSP (audio_dsp_client.cc)
  • Introspection (introspectable_client.cc)
  • NFC (nfc_manager_client.cc)
  • peerd (peer_daemon_manager_client.cc)
  • privetd (privet_daemon_manager_client.cc)
  • Wi-Fi AP manager (ap_manager_client.cc)