Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.cc281 return GetProxyForObjectPath<ProfileProxy>(GetObjectPathForActiveProfile()); in GetActiveProfileProxy()
336 auto proxy = GetProxyForObjectPath<ServiceProxy>(object_path); in ConnectService()
352 auto proxy = GetProxyForObjectPath<ServiceProxy>(object_path); in DisconnectService()
438 std::unique_ptr<Proxy> ProxyDbusClient::GetProxyForObjectPath( in GetProxyForObjectPath() function in ProxyDbusClient
454 proxies.emplace_back(GetProxyForObjectPath<Proxy>(object_path)); in GetProxies()
497 auto proxy = GetProxyForObjectPath<Proxy>(object_path); in WaitForProxyPropertyValueIn()
Dproxy_dbus_client.h132 template<typename Proxy> std::unique_ptr<Proxy> GetProxyForObjectPath(