Searched defs:bus (Results 1 - 25 of 76) sorted by relevance

1234

/system/connectivity/shill/test-scripts/
H A Dclaim-interface26 bus = dbus.SystemBus() variable
27 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"),
H A Drelease-interface26 bus = dbus.SystemBus() variable
27 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"),
H A Dtest-compat5 bus = dbus.SystemBus() variable
7 manager = dbus.Interface(bus.get_object('org.freedesktop.NetworkManager',
H A Dtest-manager18 obj = dbus.Interface(bus.get_object("org.chromium.flimflam", path),
70 bus = dbus.SystemBus() variable
72 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"),
H A Ddebug-flimflam22 bus = dbus.SystemBus() variable
24 bus.add_signal_receiver(element_signal,
29 bus.add_signal_receiver(element_signal,
34 bus.add_signal_receiver(element_signal,
H A Dmonitor-flimflam19 bus = dbus.SystemBus() variable
21 bus.add_signal_receiver(property_changed,
H A Dmonitor-services28 bus = dbus.SystemBus() variable
30 bus.add_signal_receiver(property_changed,
H A Dshow-introspection5 bus = dbus.SystemBus() variable
7 flimflam_object = dbus.Interface(bus.get_object("org.chromium.flimflam", '/'),
11 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"),
16 device = dbus.Interface(bus.get_object("org.chromium.flimflam", path),
21 bus.get_object("org.chromium.flimflam", path),
26 bus.get_object("org.chromium.flimflam", ipconfig_path),
H A Dtest-flimflam7 bus = dbus.SystemBus() variable
9 manager = dbus.Interface(bus.get_object("org.chromium.flimflam", "/"),
59 bus.get_object("org.chromium.flimflam", object_path),
94 bus.get_object("org.chromium.flimflam", object_path),
113 bus.get_object("org.chromium.flimflam", object_path),
129 bus.get_object("org.chromium.flimflam", object_path),
170 service = dbus.Interface(bus.get_object("org.chromium.flimflam", path),
200 service = dbus.Interface(bus.get_object("org.chromium.flimflam", path),
231 service = dbus.Interface(bus.get_object("org.chromium.flimflam", path),
246 service = dbus.Interface(bus
[all...]
/system/connectivity/shill/dbus/
H A Dchromeos_dbus_service_watcher.cc22 scoped_refptr<dbus::Bus> bus,
27 bus, connection_name, on_connection_vanished)) {}
21 ChromeosDBusServiceWatcher( scoped_refptr<dbus::Bus> bus, const std::string& connection_name, const base::Closure& on_connection_vanished) argument
H A Ddbus_service_watcher_factory.cc36 scoped_refptr<dbus::Bus> bus, const std::string& connection_name,
38 return new ChromeosDBusServiceWatcher(bus, connection_name,
35 CreateDBusServiceWatcher( scoped_refptr<dbus::Bus> bus, const std::string& connection_name, const base::Closure& on_connection_vanish) argument
H A Dchromeos_dhcpcd_proxy.cc29 ChromeosDHCPCDProxy::ChromeosDHCPCDProxy(const scoped_refptr<dbus::Bus>& bus, argument
32 new org::chromium::dhcpcdProxy(bus, service_name)) {
H A Dchromeos_firewalld_proxy.cc27 const scoped_refptr<dbus::Bus>& bus)
28 : proxy_(new org::chromium::FirewalldProxy(bus)) {
26 ChromeosFirewalldProxy( const scoped_refptr<dbus::Bus>& bus) argument
H A Dchromeos_permission_broker_proxy.cc30 const scoped_refptr<dbus::Bus>& bus)
31 : proxy_(new org::chromium::PermissionBrokerProxy(bus)),
29 ChromeosPermissionBrokerProxy( const scoped_refptr<dbus::Bus>& bus) argument
H A Dchromeos_upstart_proxy.cc31 ChromeosUpstartProxy::ChromeosUpstartProxy(const scoped_refptr<dbus::Bus>& bus) argument
33 new com::ubuntu::Upstart0_6Proxy(bus, kServiceName)) {}
/system/update_engine/
H A Dlibcros_proxy.cc39 LibCrosProxy::LibCrosProxy(const scoped_refptr<dbus::Bus>& bus) argument
41 new LibCrosServiceInterfaceProxy(bus, kLibCrosServiceName)),
44 bus,
H A Dshill_proxy.cc26 ShillProxy::ShillProxy(const scoped_refptr<dbus::Bus>& bus) : bus_(bus) {} argument
H A Ddaemon.cc59 scoped_refptr<dbus::Bus> bus = dbus_connection_.ConnectWithTimeout( local
62 if (!bus) {
69 CHECK(bus->SetUpAsyncOperations());
75 // avoiding the explicit re-usage of the |bus| instance, shared between
77 RealSystemState* real_system_state = new RealSystemState(bus);
107 dbus_adaptor_.reset(new UpdateEngineAdaptor(real_system_state, bus));
/system/webservd/libwebserv/
H A Dserver.cc31 const scoped_refptr<dbus::Bus>& bus,
38 server->Connect(bus, service_name, cb, on_server_online, on_server_offline);
30 ConnectToServerViaDBus( const scoped_refptr<dbus::Bus>& bus, const std::string& service_name, const brillo::dbus_utils::AsyncEventSequencer::CompletionAction& cb, const base::Closure& on_server_online, const base::Closure& on_server_offline) argument
/system/connectivity/apmanager/dbus/
H A Ddevice_dbus_adaptor.cc32 const scoped_refptr<dbus::Bus>& bus,
40 dbus_object_(object_manager, bus, object_path_) {
31 DeviceDBusAdaptor( const scoped_refptr<dbus::Bus>& bus, ExportedObjectManager* object_manager, Device* device) argument
/system/connectivity/shill/shims/
H A Dopenvpn_script.cc48 scoped_refptr<dbus::Bus> bus; local
51 bus = new dbus::Bus(options);
52 CHECK(bus->Connect());
54 shill::shims::TaskProxy proxy(bus, path, service);
57 if (bus) {
58 bus->ShutdownAndBlock();
H A Dtask_proxy.cc28 TaskProxy::TaskProxy(scoped_refptr<dbus::Bus> bus, argument
31 : proxy_(bus, dbus::ObjectPath(path)) {}
/system/tpm/tpm_manager/server/
H A Ddbus_service.cc23 #include <dbus/bus.h>
32 DBusService::DBusService(const scoped_refptr<dbus::Bus>& bus, argument
35 : dbus_object_(nullptr, bus, dbus::ObjectPath(kTpmManagerServicePath)),
/system/update_engine/include/debugd/
H A Ddbus-proxies.h20 #include <dbus/bus.h>
752 debugdProxy(const scoped_refptr<dbus::Bus>& bus) : argument
753 bus_{bus},
/system/update_engine/include/power_manager/
H A Ddbus-proxies.h20 #include <dbus/bus.h>
397 PowerManagerProxy(const scoped_refptr<dbus::Bus>& bus) : argument
398 bus_{bus},

Completed in 426 milliseconds

1234