/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_main.cc | 66 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/ |
D | openvpn_script.cc | 48 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()
|
D | ppp.h | 28 class Bus; variable 63 scoped_refptr<dbus::Bus> bus_;
|
D | ppp.cc | 161 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/ |
D | dbus_control.cc | 48 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()
|
D | manager_dbus_adaptor.h | 36 ManagerDBusAdaptor(const scoped_refptr<dbus::Bus>& bus, 71 scoped_refptr<dbus::Bus> bus_;
|
/system/tpm/tpm_manager/client/ |
D | tpm_ownership_dbus_proxy.cc | 41 dbus::Bus::Options options; in Initialize() 42 options.bus_type = dbus::Bus::SYSTEM; in Initialize() 43 bus_ = new dbus::Bus(options); in Initialize()
|
D | tpm_nvram_dbus_proxy.cc | 41 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/ |
D | client_dbus.cc | 27 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/ |
D | shill_proxy.h | 35 explicit ShillProxy(const scoped_refptr<dbus::Bus>& bus); 49 scoped_refptr<dbus::Bus> bus_;
|
D | dbus_service.h | 147 const scoped_refptr<dbus::Bus>& bus); 172 scoped_refptr<dbus::Bus> bus_;
|
/system/tpm/trunks/ |
D | trunks_dbus_proxy.cc | 48 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/ |
D | chromeos_dhcpcd_listener.h | 44 ChromeosDHCPCDListener(const scoped_refptr<dbus::Bus>& bus, 72 scoped_refptr<dbus::Bus> bus_;
|
D | chromeos_dbus_control.cc | 94 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()
|
D | chromeos_dbus_service_watcher.cc | 22 scoped_refptr<dbus::Bus> bus, in ChromeosDBusServiceWatcher()
|
D | mock_dbus_service_watcher_factory.h | 33 ChromeosDBusServiceWatcher*(scoped_refptr<dbus::Bus> bus,
|
D | chromeos_dbus_service_watcher.h | 31 scoped_refptr<dbus::Bus> bus,
|
D | dbus_service_watcher_factory.cc | 36 scoped_refptr<dbus::Bus> bus, const std::string& connection_name, in CreateDBusServiceWatcher()
|
D | dbus_service_watcher_factory.h | 39 scoped_refptr<dbus::Bus> bus, const std::string& connection_name,
|
/system/weaved/buffet/ |
D | ap_manager_client.h | 31 explicit ApManagerClient(const scoped_refptr<dbus::Bus>& bus); 52 scoped_refptr<dbus::Bus> bus_;
|
D | webserv_client.h | 26 class Bus; variable 47 WebServClient(const scoped_refptr<dbus::Bus>& bus,
|
/system/connectivity/shill/binder/ |
D | binder_control.cc | 72 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/ |
D | dbus_proxy.cc | 42 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/ |
D | dbus_protocol_handler.h | 102 dbus::Bus::GetServiceOwnerCallback on_client_disconnected_callback; 125 dbus::Bus::GetServiceOwnerCallback on_client_disconnected_callback_;
|
D | firewall_interface.h | 33 virtual void WaitForServiceAsync(dbus::Bus* bus,
|