Home | History | Annotate | Download | only in dbus

Lines Matching refs:ObjectPath

33                              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,
295 const ObjectPath path = signal->GetPath();
319 const dbus::ObjectPath object_path,
333 const dbus::ObjectPath object_path,
360 ObjectPath object_path;
377 ObjectPath object_path;
398 ObjectPath object_path;
421 void ObjectManager::UpdateObject(const ObjectPath& object_path,
440 void ObjectManager::AddInterface(const ObjectPath& object_path,
473 void ObjectManager::RemoveInterface(const ObjectPath& object_path,
515 const dbus::ObjectPath object_path = tmp->first;