Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc195 return GetMatchingProxy<DeviceProxy>(shill::kDevicesProperty, expected_properties); in GetMatchingDeviceProxy()
200 return GetMatchingProxy<ServiceProxy>(shill::kServicesProperty, expected_properties); in GetMatchingServiceProxy()
205 return GetMatchingProxy<ProfileProxy>(shill::kProfilesProperty, expected_properties); in GetMatchingProfileProxy()
460 std::unique_ptr<Proxy> ProxyDbusClient::GetMatchingProxy( in GetMatchingProxy() function in ProxyDbusClient
Dproxy_dbus_client.h136 template<typename Proxy> std::unique_ptr<Proxy> GetMatchingProxy(