Home
last modified time | relevance | path

Searched refs:Bus (Results 1 – 25 of 158) sorted by relevance

1234567

/system/connectivity/shill/test-rpc-proxy/
Dproxy_main.cc66 dbus::Bus::Options options; in main()
67 options.bus_type = dbus::Bus::SYSTEM; in main()
68 scoped_refptr<dbus::Bus> dbus_bus = new dbus::Bus(options); in main()
/system/connectivity/shill/shims/
Dopenvpn_script.cc48 scoped_refptr<dbus::Bus> bus; in main()
49 dbus::Bus::Options options; in main()
50 options.bus_type = dbus::Bus::SYSTEM; in main()
51 bus = new dbus::Bus(options); in main()
Dppp.h28 class Bus; variable
63 scoped_refptr<dbus::Bus> bus_;
Dppp.cc161 dbus::Bus::Options options; in CreateProxy()
162 options.bus_type = dbus::Bus::SYSTEM; in CreateProxy()
163 bus_ = new dbus::Bus(options); in CreateProxy()
/system/connectivity/apmanager/dbus/
Ddbus_control.cc48 dbus::Bus::Options options; in Init()
49 options.bus_type = dbus::Bus::SYSTEM; in Init()
50 bus_ = new dbus::Bus(options); in Init()
84 dbus::Bus::REQUIRE_PRIMARY)) in OnObjectRegistrationCompleted()
Dmanager_dbus_adaptor.h36 ManagerDBusAdaptor(const scoped_refptr<dbus::Bus>& bus,
71 scoped_refptr<dbus::Bus> bus_;
/system/tpm/tpm_manager/client/
Dtpm_ownership_dbus_proxy.cc41 dbus::Bus::Options options; in Initialize()
42 options.bus_type = dbus::Bus::SYSTEM; in Initialize()
43 bus_ = new dbus::Bus(options); in Initialize()
Dtpm_nvram_dbus_proxy.cc41 dbus::Bus::Options options; in Initialize()
42 options.bus_type = dbus::Bus::SYSTEM; in Initialize()
43 bus_ = new dbus::Bus(options); in Initialize()
/system/update_engine/client_library/
Dclient_dbus.cc27 using dbus::Bus;
35 Bus::Options options; in Init()
36 options.bus_type = Bus::SYSTEM; in Init()
37 scoped_refptr<Bus> bus{new Bus{options}}; in Init()
/system/update_engine/
Dshill_proxy.h35 explicit ShillProxy(const scoped_refptr<dbus::Bus>& bus);
49 scoped_refptr<dbus::Bus> bus_;
Ddbus_service.h147 const scoped_refptr<dbus::Bus>& bus);
172 scoped_refptr<dbus::Bus> bus_;
/system/tpm/trunks/
Dtrunks_dbus_proxy.cc48 dbus::Bus::Options options; in Init()
49 options.bus_type = dbus::Bus::SYSTEM; in Init()
50 bus_ = new dbus::Bus(options); in Init()
/system/connectivity/shill/dbus/
Dchromeos_dhcpcd_listener.h44 ChromeosDHCPCDListener(const scoped_refptr<dbus::Bus>& bus,
72 scoped_refptr<dbus::Bus> bus_;
Dchromeos_dbus_control.cc94 dbus::Bus::Options options; in ChromeosDBusControl()
95 options.bus_type = dbus::Bus::SYSTEM; in ChromeosDBusControl()
97 adaptor_bus_ = new dbus::Bus(options); in ChromeosDBusControl()
98 proxy_bus_ = new dbus::Bus(options); in ChromeosDBusControl()
152 dbus::Bus::REQUIRE_PRIMARY)) in TakeServiceOwnership()
Dchromeos_dbus_service_watcher.cc22 scoped_refptr<dbus::Bus> bus, in ChromeosDBusServiceWatcher()
Dmock_dbus_service_watcher_factory.h33 ChromeosDBusServiceWatcher*(scoped_refptr<dbus::Bus> bus,
Dchromeos_dbus_service_watcher.h31 scoped_refptr<dbus::Bus> bus,
Ddbus_service_watcher_factory.cc36 scoped_refptr<dbus::Bus> bus, const std::string& connection_name, in CreateDBusServiceWatcher()
Ddbus_service_watcher_factory.h39 scoped_refptr<dbus::Bus> bus, const std::string& connection_name,
/system/weaved/buffet/
Dap_manager_client.h31 explicit ApManagerClient(const scoped_refptr<dbus::Bus>& bus);
52 scoped_refptr<dbus::Bus> bus_;
Dwebserv_client.h26 class Bus; variable
47 WebServClient(const scoped_refptr<dbus::Bus>& bus,
/system/connectivity/shill/binder/
Dbinder_control.cc72 dbus::Bus::Options options; in BinderControl()
73 options.bus_type = dbus::Bus::SYSTEM; in BinderControl()
74 proxy_bus_ = new dbus::Bus(options); in BinderControl()
/system/tpm/attestation/client/
Ddbus_proxy.cc42 dbus::Bus::Options options; in Initialize()
43 options.bus_type = dbus::Bus::SYSTEM; in Initialize()
44 bus_ = new dbus::Bus(options); in Initialize()
/system/webservd/webservd/
Ddbus_protocol_handler.h102 dbus::Bus::GetServiceOwnerCallback on_client_disconnected_callback;
125 dbus::Bus::GetServiceOwnerCallback on_client_disconnected_callback_;
Dfirewall_interface.h33 virtual void WaitForServiceAsync(dbus::Bus* bus,

1234567