Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc182 return GetProxies<DeviceProxy>(shill::kDevicesProperty); in GetDeviceProxies()
186 return GetProxies<ServiceProxy>(shill::kServicesProperty); in GetServiceProxies()
190 return GetProxies<ProfileProxy>(shill::kProfilesProperty); in GetProfileProxies()
445 std::vector<std::unique_ptr<Proxy>> ProxyDbusClient::GetProxies( in GetProxies() function in ProxyDbusClient
463 for (auto& proxy : GetProxies<Proxy>(object_paths_property_name)) { in GetMatchingProxy()
Dproxy_dbus_client.h134 template<typename Proxy> std::vector<std::unique_ptr<Proxy>> GetProxies(