Home | History | Annotate | Download | only in buffet

Lines Matching refs:ObjectPath

33 using dbus::ObjectPath;
114 bus_->GetObjectProxy(shill::kFlimflamServiceName, ObjectPath{"/"})
162 ObjectPath service_path;
272 set<ObjectPath> device_paths_to_remove;
276 for (const auto& device_path : property_value.TryGet<vector<ObjectPath>>()) {
302 for (const ObjectPath& device_path : device_paths_to_remove) {
312 const ObjectPath& device_path,
337 void ShillClient::OnDevicePropertyChange(const ObjectPath& device_path,
350 ObjectPath service_path{property_value.TryGet<ObjectPath>()};
399 void ShillClient::OnServicePropertyChangeRegistration(const ObjectPath& path,
436 void ShillClient::OnServicePropertyChange(const ObjectPath& service_path,
517 const ObjectPath& service_path,