Lines Matching refs:unique_ptr
58 std::vector<std::unique_ptr<DeviceProxy>> GetDeviceProxies();
59 std::vector<std::unique_ptr<ServiceProxy>> GetServiceProxies();
60 std::vector<std::unique_ptr<ProfileProxy>> GetProfileProxies();
61 std::unique_ptr<DeviceProxy> GetMatchingDeviceProxy(
63 std::unique_ptr<ServiceProxy> GetMatchingServiceProxy(
65 std::unique_ptr<ProfileProxy> GetMatchingProfileProxy(
99 std::unique_ptr<ServiceProxy> GetServiceProxy(
101 std::unique_ptr<ProfileProxy> GetActiveProfileProxy();
104 std::unique_ptr<ServiceProxy> WaitForMatchingServiceProxy(
132 template<typename Proxy> std::unique_ptr<Proxy> GetProxyForObjectPath(
134 template<typename Proxy> std::vector<std::unique_ptr<Proxy>> GetProxies(
136 template<typename Proxy> std::unique_ptr<Proxy> GetMatchingProxy(
150 std::unique_ptr<ServiceProxy>* service_proxy_out,
166 std::unique_ptr<base::Timer> wait_for_service_timer_;