Home
last modified time | relevance | path

Searched refs:object_paths_property_name (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h135 const std::string& object_paths_property_name);
137 const std::string& object_paths_property_name,
Dproxy_dbus_client.cc446 const std::string& object_paths_property_name) { in GetProxies() argument
448 if (!GetPropertyValueFromManager(object_paths_property_name, &object_paths)) { in GetProxies()
461 const std::string& object_paths_property_name, in GetMatchingProxy() argument
463 for (auto& proxy : GetProxies<Proxy>(object_paths_property_name)) { in GetMatchingProxy()