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