Home
last modified time | relevance | path

Searched refs:dbus (Results 1 – 25 of 27) sorted by relevance

12

/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc22 using ::dbus::Bus;
23 using ::dbus::ExportedObject;
24 using ::dbus::MethodCall;
25 using ::dbus::MessageWriter;
26 using ::dbus::Response;
27 using ::dbus::ObjectPath;
28 using ::dbus::ErrorResponse;
47 namespace dbus { namespace
Dbluetooth_adapter.h28 using ::dbus::Bus;
29 using ::dbus::ExportedObject;
30 using ::dbus::MethodCall;
33 namespace dbus {
Dipc_handler_dbus.cc25 using dbus::Bus;
59 ipc::dbus::BluetoothAdapter* bluetooth_adapter = in InitDbus()
60 new ipc::dbus::BluetoothAdapter(bus_, adapter()); in InitDbus()
/system/update_engine/client-headers/
DBUILD.gn17 import("//common-mk/generate-dbus-proxies.gni")
26 sources = [ "../dbus_bindings/org.chromium.UpdateEngineInterface.dbus-xml" ]
27 dbus_service_config = "../dbus_bindings/dbus-service-config.json"
28 mock_output_file = "include/update_engine/dbus-proxy-mocks.h"
29 proxy_output_file = "include/update_engine/dbus-proxies.h"
30 proxy_path_in_mocks = "update_engine/dbus-proxies.h"
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn194 "dbus/bus.cc",
195 "dbus/dbus_statistics.cc",
196 "dbus/exported_object.cc",
197 "dbus/message.cc",
198 "dbus/object_manager.cc",
199 "dbus/object_path.cc",
200 "dbus/object_proxy.cc",
201 "dbus/property.cc",
202 "dbus/scoped_dbus_error.cc",
203 "dbus/string_util.cc",
[all …]
/system/update_engine/
Ddbus_connection.h30 const scoped_refptr<dbus::Bus>& GetDBus();
35 scoped_refptr<dbus::Bus> bus_;
Ddbus_test_utils.h57 dbus::ObjectProxy::OnConnectedCallback* on_connected_callback) { in GrabCallbacks()
59 on_connected_callback_.reset(new dbus::ObjectProxy::OnConnectedCallback( in GrabCallbacks()
78 std::unique_ptr<dbus::ObjectProxy::OnConnectedCallback>
Dshill_proxy.h41 GetServiceForPath(const dbus::ObjectPath& path) override;
45 scoped_refptr<dbus::Bus> bus_;
Dconnection_manager.h52 bool GetDefaultServicePath(dbus::ObjectPath* out_path);
54 bool GetServicePathProperties(const dbus::ObjectPath& path,
Dfake_shill_proxy.h45 GetServiceForPath(const dbus::ObjectPath& path) override;
49 const dbus::ObjectPath& path,
Dfake_shill_proxy.cc34 const dbus::ObjectPath& path) { in GetServiceForPath()
44 const dbus::ObjectPath& path, in SetServiceForPath()
Dconnection_manager.cc128 dbus::ObjectPath default_service_path; in GetConnectionProperties()
143 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { in GetDefaultServicePath()
156 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>(); in GetDefaultServicePath()
161 const dbus::ObjectPath& path, in GetServicePathProperties()
DBUILD.gn20 import("//common-mk/generate-dbus-adaptors.gni")
21 import("//common-mk/generate-dbus-proxies.gni")
35 ":update_engine-dbus-adaptor",
36 ":update_engine-dbus-kiosk-app-client",
78 "USE_DBUS=${use.dbus}",
117 generate_dbus_adaptors("update_engine-dbus-adaptor") {
119 sources = [ "dbus_bindings/org.chromium.UpdateEngineInterface.dbus-xml" ]
122 generate_dbus_proxies("update_engine-dbus-kiosk-app-client") {
123 mock_output_file = "include/kiosk-app/dbus-proxy-mocks.h"
124 proxy_output_file = "include/kiosk-app/dbus-proxies.h"
[all …]
Dshill_proxy_interface.h45 GetServiceForPath(const dbus::ObjectPath& path) = 0;
Ddbus_connection.cc44 const scoped_refptr<dbus::Bus>& DBusConnection::GetDBus() { in GetDBus()
Dshill_proxy.cc37 const dbus::ObjectPath& path) { in GetServiceForPath()
Ddbus_service.cc201 dbus::ObjectPath(update_engine::kUpdateEngineServicePath)) {} in UpdateEngineAdaptor()
211 dbus::Bus::REQUIRE_PRIMARY); in RequestOwnership()
DAndroid.bp289 // TODO(deymo): Remove external/cros/system_api/dbus once the strings are moved
291 include_dirs: ["external/cros/system_api/dbus"],
352 // TODO(deymo): Remove external/cros/system_api/dbus once the strings are moved
354 include_dirs: ["external/cros/system_api/dbus"],
415 // TODO(deymo): Remove external/cros/system_api/dbus once the strings are moved
417 include_dirs: ["external/cros/system_api/dbus"],
Ddbus_service.h187 scoped_refptr<dbus::Bus> bus_;
Dconnection_manager_unittest.cc107 dbus::ObjectPath(default_service); in SetManagerReply()
137 fake_shill_proxy_->SetServiceForPath(dbus::ObjectPath(service_path), in SetServiceReply()
/system/update_engine/update_manager/
Dreal_shill_provider.h76 bool ProcessDefaultService(const dbus::ObjectPath& default_service_path);
79 dbus::ObjectPath default_service_path_{"uninitialized"};
Dreal_shill_provider.cc67 dbus::ObjectPath service_path = value.TryGet<dbus::ObjectPath>(); in OnManagerPropertyChanged()
89 const dbus::ObjectPath& default_service_path) { in ProcessDefaultService()
Dstate_factory.cc55 scoped_refptr<dbus::Bus> bus = in DefaultStateFactory()
Dreal_shill_provider_unittest.cc133 shill::kDefaultServiceProperty, dbus::ObjectPath(service_path)); in SendDefaultServiceSignal()
232 dbus::ObjectPath(default_service); in SetManagerReply()
263 fake_shill_proxy_->SetServiceForPath(dbus::ObjectPath(service_path), in SetServiceReply()
/system/bt/service/
DBUILD.gn45 "ipc/dbus/bluetooth_adapter.cc",
46 "ipc/dbus/ipc_handler_dbus.cc",

12