Home | History | Annotate | Download | only in shill

Lines Matching refs:ObjectPath

79       properties_.find(name)->second.IsTypeCompatible<dbus::ObjectPath>();
85 .IsTypeCompatible<vector<dbus::ObjectPath>>();
172 it->second.IsTypeCompatible<dbus::ObjectPath>())
174 return it->second.Get<dbus::ObjectPath>().value();
180 it->second.IsTypeCompatible<vector<dbus::ObjectPath>>())
184 it->second.Get<vector<dbus::ObjectPath>>(), &ids);
276 properties_[name] = brillo::Any(dbus::ObjectPath(value));
281 vector<dbus::ObjectPath> paths;
283 paths.push_back(dbus::ObjectPath(rpcid));
444 const vector<dbus::ObjectPath>& paths, vector<string>* rpc_identifiers) {