Searched refs:GetProxyForObjectPath (Results 1 – 2 of 2) sorted by relevance
281 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 ProxyDbusClient454 proxies.emplace_back(GetProxyForObjectPath<Proxy>(object_path)); in GetProxies()497 auto proxy = GetProxyForObjectPath<Proxy>(object_path); in WaitForProxyPropertyValueIn()
132 template<typename Proxy> std::unique_ptr<Proxy> GetProxyForObjectPath(