Lines Matching refs:ObjectPath
34 const ObjectPath& object_path) in ObjectManager()
88 std::vector<ObjectPath> ObjectManager::GetObjects() { in GetObjects()
89 std::vector<ObjectPath> object_paths; in GetObjects()
98 std::vector<ObjectPath> ObjectManager::GetObjectsWithInterface( in GetObjectsWithInterface()
100 std::vector<ObjectPath> object_paths; in GetObjectsWithInterface()
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) { in GetObjectProxy()
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path, in GetProperties()
295 const ObjectPath path = signal->GetPath(); in HandleMessage()
319 const dbus::ObjectPath object_path, in NotifyPropertiesChanged()
333 const dbus::ObjectPath object_path, in NotifyPropertiesChangedHelper()
360 ObjectPath object_path; in OnGetManagedObjects()
377 ObjectPath object_path; in InterfacesAddedReceived()
399 ObjectPath object_path; in InterfacesRemovedReceived()
422 void ObjectManager::UpdateObject(const ObjectPath& object_path, in UpdateObject()
441 void ObjectManager::AddInterface(const ObjectPath& object_path, in AddInterface()
474 void ObjectManager::RemoveInterface(const ObjectPath& object_path, in RemoveInterface()
516 const dbus::ObjectPath object_path = tmp->first; in NameOwnerChanged()