Searched refs:GetProxies (Results 1 – 2 of 2) sorted by relevance
182 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 ProxyDbusClient463 for (auto& proxy : GetProxies<Proxy>(object_paths_property_name)) { in GetMatchingProxy()
134 template<typename Proxy> std::vector<std::unique_ptr<Proxy>> GetProxies(