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()
296 const ObjectPath path = signal->GetPath(); in HandleMessage()
320 const dbus::ObjectPath object_path, in NotifyPropertiesChanged()
334 const dbus::ObjectPath object_path, in NotifyPropertiesChangedHelper()
361 ObjectPath object_path; in OnGetManagedObjects()
378 ObjectPath object_path; in InterfacesAddedReceived()
400 ObjectPath object_path; in InterfacesRemovedReceived()
423 void ObjectManager::UpdateObject(const ObjectPath& object_path, in UpdateObject()
442 void ObjectManager::AddInterface(const ObjectPath& object_path, in AddInterface()
475 void ObjectManager::RemoveInterface(const ObjectPath& object_path, in RemoveInterface()
517 const dbus::ObjectPath object_path = tmp->first; in NameOwnerChanged()