HomeSort by relevance Sort by last modified time
    Searched refs:object_path (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/libchrome/dbus/
mock_exported_object.cc 10 const ObjectPath& object_path)
11 : ExportedObject(bus, object_path) {
mock_object_manager.cc 11 const ObjectPath& object_path)
12 : ObjectManager(bus, service_name, object_path) {
mock_object_proxy.cc 11 const ObjectPath& object_path)
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
mock_bus.h 11 #include "dbus/object_path.h"
24 const ObjectPath& object_path));
27 const ObjectPath& object_path,
31 const ObjectPath& object_path,
35 const ObjectPath& object_path,
39 const ObjectPath& object_path));
68 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
72 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
object_manager.h 15 #include "dbus/object_path.h"
90 // object_path));
94 // Properties* GetProperties(const dbus::ObjectPath& object_path) {
96 // object_manager_->GetProperties(object_path, kInterface));
113 // object_proxy = object_manager_->GetObjectProxy(object_path);
148 // D-Bus object identified by |object_path| and accessibile through
157 const dbus::ObjectPath& object_path,
161 // object has been added with the path |object_path|. The D-Bus interface
169 virtual void ObjectAdded(const ObjectPath& /*object_path*/,
173 // object with the path |object_path| has been removed. Ths D-Bus interfac
    [all...]
object_manager.cc 34 const ObjectPath& object_path)
37 object_path_(object_path),
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) {
116 ObjectMap::iterator iter = object_map_.find(object_path);
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
126 ObjectMap::iterator iter = object_map_.find(object_path);
319 const dbus::ObjectPath object_path,
324 NotifyPropertiesChangedHelper(object_path, signal);
333 const dbus::ObjectPath object_path,
346 PropertySet* properties = GetProperties(object_path, interface)
360 ObjectPath object_path; local
377 ObjectPath object_path; local
399 ObjectPath object_path; local
516 const dbus::ObjectPath object_path = tmp->first; local
    [all...]
mock_exported_object.h 11 #include "dbus/object_path.h"
20 const ObjectPath& object_path);
bus.h 23 #include "dbus/object_path.h"
88 // bus.GetObjectProxy(service_name, object_path);
123 // const ObjectPath& object_path,
130 // bus.GetExportedObject(service_name, object_path);
258 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
262 const ObjectPath& object_path);
268 const ObjectPath& object_path,
285 // |object_path| looks like "/org/freedesktop/NetworkManager/Devices/0".
290 // |service_name| and |object_path| to remove, and calls |callback| when it
296 const ObjectPath& object_path,
    [all...]
mock_object_manager.h 12 #include "dbus/object_path.h"
23 const ObjectPath& object_path);
bus.cc 21 #include "dbus/object_path.h"
219 const ObjectPath& object_path) {
220 return GetObjectProxyWithOptions(service_name, object_path,
225 const ObjectPath& object_path,
230 const ObjectProxyTable::key_type key(service_name + object_path.value(),
238 new ObjectProxy(this, service_name, object_path, options);
245 const ObjectPath& object_path,
247 return RemoveObjectProxyWithOptions(service_name, object_path,
253 const ObjectPath& object_path,
259 const ObjectProxyTable::key_type key(service_name + object_path.value()
    [all...]
  /external/libbrillo/brillo/dbus/
mock_dbus_object.h 21 const dbus::ObjectPath& object_path)
22 : DBusObject(object_manager, bus, object_path) {}
mock_exported_object_manager.h 12 #include <dbus/object_path.h>
dbus_object.cc 36 const dbus::ObjectPath& object_path,
39 << object_path.value() << "'";
61 object_path,
72 const dbus::ObjectPath& object_path) {
74 << object_path.value() << "'";
90 object_path,
98 const dbus::ObjectPath& object_path,
105 object_manager->ClaimInterface(object_path, interface_name_, writer);
108 object_manager, object_path, interface_name_));
154 const dbus::ObjectPath& object_path)
    [all...]
  /system/update_engine/
shill_proxy_interface.h 24 #include <dbus/object_path.h>
connection_manager.h 23 #include <dbus/object_path.h>
shill_proxy.h 25 #include <dbus/object_path.h>
  /external/autotest/client/cros/scripts/
profile 72 print_profile_path(path, active_profile.object_path)
89 print_profile_path(profile.object_path, active_profile.object_path)
107 print_profile_path(profile.object_path, active_profile.object_path)
  /external/autotest/client/common_lib/cros/
dbus_send.py 172 def dbus_send(bus_name, interface, object_path, method_name, args=None,
178 @param object_path: string DBus path of remote object to call method on.
192 object_path, interface, method_name))
205 def get_property(bus_name, interface, object_path, property_name, host=None):
210 @param object_path: string DBus path of remote object to call method on.
215 return dbus_send(bus_name, dbus.PROPERTIES_IFACE, object_path, 'Get',
  /system/bt/service/ipc/dbus/
bluetooth_adapter.h 25 #include <dbus/object_path.h>
  /external/autotest/client/cros/networking/
apmanager_proxy.py 116 dbus_object.object_path)
145 dbus_object.object_path)
189 return service.object_path
  /external/autotest/client/site_tests/network_WiMaxSmoke/
network_WiMaxSmoke.py 46 logging.info('ConnectService: %s', self._service.object_path)
84 logging.info('DisonnectService: %s', self._service.object_path)
115 self._service.object_path, interface)
  /external/autotest/client/cros/tendo/n_faced_peerd/
object_manager.py 30 OBJPATH object_path,
33 InterfacesRemoved (OBJPATH object_path, ARRAY<STRING> interfaces);
106 def InterfacesAdded(self, object_path, interfaces2properties):
109 @param object_path: dbus.ObjectPath object.
117 def InterfacesRemoved(self, object_path, interfaces):
120 @param object_path: dbus.ObjectPath object.
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
mock_lorgnette.py 30 def __init__(self, bus, object_path, scan_image_data):
31 dbus.service.Object.__init__(self, bus, object_path)
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 21 def __init__(self, bus, object_path):
22 dbus.service.Object.__init__(self, bus, object_path)
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 395 def InterfacesAdded(self, object_path, interfaces_and_properties):
400 @param object_path: Path of the added object.
405 logging.info((self.path + ': InterfacesAdded(' + object_path +
410 def InterfacesRemoved(self, object_path, interfaces):
415 @param object_path: Path of the remove object.
420 logging.info((self.path + ': InterfacesRemoved(' + object_path +

Completed in 320 milliseconds

1 2 3