Lines Matching refs:ObjectPath
34 const ObjectPath& object_path)
88 std::vector<ObjectPath> ObjectManager::GetObjects() {
89 std::vector<ObjectPath> object_paths;
98 std::vector<ObjectPath> ObjectManager::GetObjectsWithInterface(
100 std::vector<ObjectPath> object_paths;
115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) {
124 PropertySet* ObjectManager::GetProperties(const ObjectPath& object_path,
296 const ObjectPath path = signal->GetPath();
320 const dbus::ObjectPath object_path,
334 const dbus::ObjectPath object_path,
361 ObjectPath object_path;
378 ObjectPath object_path;
400 ObjectPath object_path;
423 void ObjectManager::UpdateObject(const ObjectPath& object_path,
442 void ObjectManager::AddInterface(const ObjectPath& object_path,
475 void ObjectManager::RemoveInterface(const ObjectPath& object_path,
517 const dbus::ObjectPath object_path = tmp->first;