Home
last modified time | relevance | path

Searched refs:object_path (Results 1 – 25 of 52) sorted by relevance

123

/external/libchrome/dbus/
Dobject_manager.cc34 const ObjectPath& object_path) in ObjectManager() argument
37 object_path_(object_path), in ObjectManager()
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { in GetObjectProxy() argument
116 ObjectMap::iterator iter = object_map_.find(object_path); in GetObjectProxy()
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties() argument
126 ObjectMap::iterator iter = object_map_.find(object_path); in GetProperties()
320 const dbus::ObjectPath object_path, in NotifyPropertiesChanged() argument
325 NotifyPropertiesChangedHelper(object_path, signal); in NotifyPropertiesChanged()
334 const dbus::ObjectPath object_path, in NotifyPropertiesChangedHelper() argument
347 PropertySet* properties = GetProperties(object_path, interface); in NotifyPropertiesChangedHelper()
[all …]
Dobject_manager.h157 const dbus::ObjectPath& object_path,
188 const ObjectPath& object_path);
214 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
221 PropertySet* GetProperties(const ObjectPath& object_path,
266 void NotifyPropertiesChanged(const dbus::ObjectPath object_path,
268 void NotifyPropertiesChangedHelper(const dbus::ObjectPath object_path,
292 void UpdateObject(const ObjectPath& object_path, MessageReader* reader);
303 void AddInterface(const ObjectPath& object_path,
311 void RemoveInterface(const ObjectPath& object_path,
Dbus.cc217 const ObjectPath& object_path) { in GetObjectProxy() argument
218 return GetObjectProxyWithOptions(service_name, object_path, in GetObjectProxy()
223 const ObjectPath& object_path, in GetObjectProxyWithOptions() argument
228 const ObjectProxyTable::key_type key(service_name + object_path.value(), in GetObjectProxyWithOptions()
236 new ObjectProxy(this, service_name, object_path, options); in GetObjectProxyWithOptions()
243 const ObjectPath& object_path, in RemoveObjectProxy() argument
245 return RemoveObjectProxyWithOptions(service_name, object_path, in RemoveObjectProxy()
251 const ObjectPath& object_path, in RemoveObjectProxyWithOptions() argument
257 const ObjectProxyTable::key_type key(service_name + object_path.value(), in RemoveObjectProxyWithOptions()
282 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject() argument
[all …]
Dbus.h262 const ObjectPath& object_path);
268 const ObjectPath& object_path,
296 const ObjectPath& object_path,
303 const ObjectPath& object_path,
321 virtual ExportedObject* GetExportedObject(const ObjectPath& object_path);
330 virtual void UnregisterExportedObject(const ObjectPath& object_path);
344 const ObjectPath& object_path);
360 const ObjectPath& object_path,
528 virtual bool TryRegisterObjectPath(const ObjectPath& object_path,
536 virtual void UnregisterObjectPath(const ObjectPath& object_path);
Dmock_bus.h24 const ObjectPath& object_path));
27 const ObjectPath& object_path,
30 const ObjectPath& object_path));
59 MOCK_METHOD4(TryRegisterObjectPath, bool(const ObjectPath& object_path,
63 MOCK_METHOD1(UnregisterObjectPath, void(const ObjectPath& object_path));
Dmock_exported_object.cc10 const ObjectPath& object_path) in MockExportedObject() argument
11 : ExportedObject(bus, object_path) { in MockExportedObject()
Dmock_object_manager.cc11 const ObjectPath& object_path) in MockObjectManager() argument
12 : ObjectManager(bus, service_name, object_path) { in MockObjectManager()
Dmock_object_proxy.cc11 const ObjectPath& object_path) in MockObjectProxy() argument
12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) { in MockObjectProxy()
DBUILD.gn23 "object_path.cc",
24 "object_path.h",
Ddbus.gyp38 'object_path.cc',
39 'object_path.h',
Dobject_proxy.h46 const ObjectPath& object_path,
186 const ObjectPath& object_path() const { return object_path_; } in object_path() function
Dmock_exported_object.h20 const ObjectPath& object_path);
Dmock_object_manager.h23 const ObjectPath& object_path);
/external/libbrillo/brillo/dbus/
Ddbus_object.cc36 const dbus::ObjectPath& object_path, in ExportAsync() argument
39 << object_path.value() << "'"; in ExportAsync()
61 object_path, in ExportAsync()
72 const dbus::ObjectPath& object_path) { in ExportAndBlock() argument
74 << object_path.value() << "'"; in ExportAndBlock()
90 object_path, in ExportAndBlock()
98 const dbus::ObjectPath& object_path, in ClaimInterface() argument
105 object_manager->ClaimInterface(object_path, interface_name_, writer); in ClaimInterface()
108 object_manager, object_path, interface_name_)); in ClaimInterface()
154 const dbus::ObjectPath& object_path) in DBusObject() argument
[all …]
Dmock_dbus_object.h21 const dbus::ObjectPath& object_path) in MockDBusObject() argument
22 : DBusObject(object_manager, bus, object_path) {} in MockDBusObject()
Ddbus_object.h469 const dbus::ObjectPath& object_path,
482 const dbus::ObjectPath& object_path);
486 const dbus::ObjectPath& object_path,
516 const dbus::ObjectPath& object_path);
/external/autotest/client/cros/scripts/
Dprofile72 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/
Ddbus_send.py163 def dbus_send(bus_name, interface, object_path, method_name, args=None, argument
182 object_path, interface, method_name))
192 def get_property(bus_name, interface, object_path, property_name, host=None): argument
202 return dbus_send(bus_name, dbus.PROPERTIES_IFACE, object_path, 'Get',
/external/autotest/client/site_tests/network_WiMaxSmoke/
Dnetwork_WiMaxSmoke.py46 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/cellular/pseudomodem/
Ddbus_std_ifaces.py395 def InterfacesAdded(self, object_path, interfaces_and_properties): argument
405 logging.info((self.path + ': InterfacesAdded(' + object_path +
410 def InterfacesRemoved(self, object_path, interfaces): argument
420 logging.info((self.path + ': InterfacesRemoved(' + object_path +
/external/autotest/client/cros/networking/
Dapmanager_proxy.py116 dbus_object.object_path)
145 dbus_object.object_path)
189 return service.object_path
/external/libcxx/test/libcxx/test/
Dformat.py104 object_path = tmpBase + '.o'
110 source_path, out=exec_path, object_file=object_path,
139 libcxx.util.cleanFile(object_path)
/external/autotest/client/cros/tendo/n_faced_peerd/
Dobject_manager.py106 def InterfacesAdded(self, object_path, interfaces2properties): argument
117 def InterfacesRemoved(self, object_path, interfaces): argument
/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py21 def __init__(self, bus, object_path): argument
22 dbus.service.Object.__init__(self, bus, object_path)
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dmock_lorgnette.py30 def __init__(self, bus, object_path, scan_image_data): argument
31 dbus.service.Object.__init__(self, bus, object_path)

123