/external/libchrome/dbus/ |
D | object_manager.cc | 34 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 …]
|
D | object_manager.h | 157 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,
|
D | bus.cc | 217 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 …]
|
D | bus.h | 262 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);
|
D | mock_bus.h | 24 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));
|
D | mock_exported_object.cc | 10 const ObjectPath& object_path) in MockExportedObject() argument 11 : ExportedObject(bus, object_path) { in MockExportedObject()
|
D | mock_object_manager.cc | 11 const ObjectPath& object_path) in MockObjectManager() argument 12 : ObjectManager(bus, service_name, object_path) { in MockObjectManager()
|
D | mock_object_proxy.cc | 11 const ObjectPath& object_path) in MockObjectProxy() argument 12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) { in MockObjectProxy()
|
D | BUILD.gn | 23 "object_path.cc", 24 "object_path.h",
|
D | dbus.gyp | 38 'object_path.cc', 39 'object_path.h',
|
D | object_proxy.h | 46 const ObjectPath& object_path, 186 const ObjectPath& object_path() const { return object_path_; } in object_path() function
|
D | mock_exported_object.h | 20 const ObjectPath& object_path);
|
D | mock_object_manager.h | 23 const ObjectPath& object_path);
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 36 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 …]
|
D | mock_dbus_object.h | 21 const dbus::ObjectPath& object_path) in MockDBusObject() argument 22 : DBusObject(object_manager, bus, object_path) {} in MockDBusObject()
|
D | dbus_object.h | 469 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/ |
D | 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/ |
D | dbus_send.py | 163 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/ |
D | 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/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 395 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/ |
D | apmanager_proxy.py | 116 dbus_object.object_path) 145 dbus_object.object_path) 189 return service.object_path
|
/external/libcxx/test/libcxx/test/ |
D | format.py | 104 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/ |
D | object_manager.py | 106 def InterfacesAdded(self, object_path, interfaces2properties): argument 117 def InterfacesRemoved(self, object_path, interfaces): argument
|
/external/autotest/client/site_tests/network_ShillInitScripts/ |
D | mock_flimflam.py | 21 def __init__(self, bus, object_path): argument 22 dbus.service.Object.__init__(self, bus, object_path)
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | mock_lorgnette.py | 30 def __init__(self, bus, object_path, scan_image_data): argument 31 dbus.service.Object.__init__(self, bus, object_path)
|