Home
last modified time | relevance | path

Searched defs:object_path (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/dbus/
Dobject_manager.cc34 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 …]
Dbus.cc217 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()
Dmock_exported_object.cc10 const ObjectPath& object_path) in MockExportedObject()
Dmock_object_manager.cc11 const ObjectPath& object_path) in MockObjectManager()
Dmock_object_proxy.cc11 const ObjectPath& object_path) in MockObjectProxy()
Dobject_proxy.h186 const ObjectPath& object_path() const { return object_path_; } in object_path() function
Dexported_object.cc33 const ObjectPath& object_path) in ExportedObject()
Dobject_proxy.cc56 const ObjectPath& object_path, in ObjectProxy()
Dmessage.cc851 ObjectPath object_path; in PopArrayOfObjectPaths() local
/external/libbrillo/brillo/dbus/
Ddbus_object.cc36 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()
Dmock_dbus_object.h21 const dbus::ObjectPath& object_path) in MockDBusObject()
/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/common_lib/cros/
Ddbus_send.py163 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/
Dheader_generator.h41 std::string object_path; member
/external/autotest/client/cros/cellular/pseudomodem/
Ddbus_std_ifaces.py395 def InterfacesAdded(self, object_path, interfaces_and_properties): argument
410 def InterfacesRemoved(self, object_path, interfaces): argument
/external/autotest/client/site_tests/network_ShillInitScripts/
Dmock_flimflam.py21 def __init__(self, bus, object_path): argument
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dmock_lorgnette.py30 def __init__(self, bus, object_path, scan_image_data): argument
/external/autotest/client/cros/cellular/
Dpseudo_modem.py626 def InterfacesAdded(self, object_path, interfaces_and_properties): argument
630 def InterfacesRemoved(self, object_path, interfaces): argument
/external/autotest/client/cros/
Dcros_disks.py58 def __init__(self, main_loop, bus, bus_name, object_path): argument
/external/dbus/dbus/
Ddbus-message.c2990 const char *object_path) in dbus_message_set_path()