/external/libchrome/dbus/ |
D | object_manager.cc | 34 const ObjectPath& object_path) in ObjectManager() 115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { in GetObjectProxy() 124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties() 320 const dbus::ObjectPath object_path, in NotifyPropertiesChanged() 334 const dbus::ObjectPath object_path, in NotifyPropertiesChangedHelper() 361 ObjectPath object_path; in OnGetManagedObjects() local 378 ObjectPath object_path; in InterfacesAddedReceived() local 400 ObjectPath object_path; in InterfacesRemovedReceived() local 423 void ObjectManager::UpdateObject(const ObjectPath& object_path, in UpdateObject() 442 void ObjectManager::AddInterface(const ObjectPath& object_path, in AddInterface() [all …]
|
D | bus.cc | 217 const ObjectPath& object_path) { in GetObjectProxy() 223 const ObjectPath& object_path, in GetObjectProxyWithOptions() 243 const ObjectPath& object_path, in RemoveObjectProxy() 251 const ObjectPath& object_path, in RemoveObjectProxyWithOptions() 282 ExportedObject* Bus::GetExportedObject(const ObjectPath& object_path) { in GetExportedObject() 298 void Bus::UnregisterExportedObject(const ObjectPath& object_path) { in UnregisterExportedObject() 329 const ObjectPath& object_path) { in GetObjectManager() 347 const ObjectPath& object_path, in RemoveObjectManager() 755 bool Bus::TryRegisterObjectPath(const ObjectPath& object_path, in TryRegisterObjectPath() 779 void Bus::UnregisterObjectPath(const ObjectPath& object_path) { in UnregisterObjectPath()
|
D | mock_exported_object.cc | 10 const ObjectPath& object_path) in MockExportedObject()
|
D | mock_object_manager.cc | 11 const ObjectPath& object_path) in MockObjectManager()
|
D | mock_object_proxy.cc | 11 const ObjectPath& object_path) in MockObjectProxy()
|
D | object_proxy.h | 186 const ObjectPath& object_path() const { return object_path_; } in object_path() function
|
D | exported_object.cc | 33 const ObjectPath& object_path) in ExportedObject()
|
D | object_proxy.cc | 56 const ObjectPath& object_path, in ObjectProxy()
|
D | message.cc | 851 ObjectPath object_path; in PopArrayOfObjectPaths() local
|
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 36 const dbus::ObjectPath& object_path, in ExportAsync() 72 const dbus::ObjectPath& object_path) { in ExportAndBlock() 98 const dbus::ObjectPath& object_path, in ClaimInterface() 154 const dbus::ObjectPath& object_path) in DBusObject()
|
D | mock_dbus_object.h | 21 const dbus::ObjectPath& object_path) in MockDBusObject()
|
/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/common_lib/cros/ |
D | dbus_send.py | 163 def dbus_send(bus_name, interface, object_path, method_name, args=None, argument 192 def get_property(bus_name, interface, object_path, property_name, host=None): argument
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
D | header_generator.h | 41 std::string object_path; member
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | dbus_std_ifaces.py | 395 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 410 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
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | mock_lorgnette.py | 30 def __init__(self, bus, object_path, scan_image_data): argument
|
/external/autotest/client/cros/cellular/ |
D | pseudo_modem.py | 626 def InterfacesAdded(self, object_path, interfaces_and_properties): argument 630 def InterfacesRemoved(self, object_path, interfaces): argument
|
/external/autotest/client/cros/ |
D | cros_disks.py | 58 def __init__(self, main_loop, bus, bus_name, object_path): argument
|
/external/dbus/dbus/ |
D | dbus-message.c | 2990 const char *object_path) in dbus_message_set_path()
|