Home
last modified time | relevance | path

Searched refs:ServiceProxy (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h37 using ServiceProxy = org::chromium::flimflam::ServiceProxy; variable
59 std::vector<std::unique_ptr<ServiceProxy>> GetServiceProxies();
63 std::unique_ptr<ServiceProxy> GetMatchingServiceProxy(
70 bool GetPropertyValueFromServiceProxy(ServiceProxy* proxy,
99 std::unique_ptr<ServiceProxy> GetServiceProxy(
104 std::unique_ptr<ServiceProxy> WaitForMatchingServiceProxy(
150 std::unique_ptr<ServiceProxy>* service_proxy_out,
Dproxy_dbus_client.cc185 std::vector<std::unique_ptr<ServiceProxy>> ProxyDbusClient::GetServiceProxies() { in GetServiceProxies()
186 return GetProxies<ServiceProxy>(shill::kServicesProperty); in GetServiceProxies()
198 std::unique_ptr<ServiceProxy> ProxyDbusClient::GetMatchingServiceProxy( in GetMatchingServiceProxy()
200 return GetMatchingProxy<ServiceProxy>(shill::kServicesProperty, expected_properties); in GetMatchingServiceProxy()
217 ServiceProxy* proxy, in GetPropertyValueFromServiceProxy()
220 return GetPropertyValueFromProxy<ServiceProxy>( in GetPropertyValueFromServiceProxy()
251 return WaitForProxyPropertyValueIn<ServiceProxy>( in WaitForServiceProxyPropertyValueIn()
268 std::unique_ptr<ServiceProxy> ProxyDbusClient::GetServiceProxy( in GetServiceProxy()
276 return std::unique_ptr<ServiceProxy>( in GetServiceProxy()
277 new ServiceProxy(dbus_bus_, service_path)); in GetServiceProxy()
[all …]
Dproxy_dbus_shill_wifi_client.cc232 std::unique_ptr<ServiceProxy> service = in DisconnectFromWifiNetwork()
457 std::unique_ptr<ServiceProxy> service = in GetServiceProperties()
/system/update_engine/
Dshill_proxy.cc21 using org::chromium::flimflam::ServiceProxy;
40 return std::unique_ptr<ServiceProxyInterface>(new ServiceProxy(bus_, path)); in GetServiceForPath()
/system/weaved/buffet/
Dshill_client.h71 std::shared_ptr<org::chromium::flimflam::ServiceProxy> selected_service;
111 std::shared_ptr<org::chromium::flimflam::ServiceProxy>
124 std::shared_ptr<org::chromium::flimflam::ServiceProxy> connecting_service_;
Dshill_client.cc35 using org::chromium::flimflam::ServiceProxy;
49 bool GetStateForService(ServiceProxy* service, string* state) { in GetStateForService()
173 connecting_service_.reset(new ServiceProxy{bus_, service_path}); in Connect()
188 std::shared_ptr<org::chromium::flimflam::ServiceProxy> connecting_service) { in ConnectToServiceError()
386 std::make_shared<ServiceProxy>(bus_, service_path); in OnDevicePropertyChange()
404 ServiceProxy* service{nullptr}; in OnServicePropertyChangeRegistration()
/system/connectivity/shill/setup_wifi/
Dmain.cc83 std::unique_ptr<org::chromium::flimflam::ServiceProxy> shill_service_proxy( in ConfigureAndConnect()
84 new org::chromium::flimflam::ServiceProxy(bus_, in ConfigureAndConnect()