Home
last modified time | relevance | path

Searched refs:shill_wifi_client (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc43 ProxyShillWifiClient* shill_wifi_client) { in CreateProfile() argument
48 return shill_wifi_client->CreateProfile(profile_name); in CreateProfile()
53 ProxyShillWifiClient* shill_wifi_client) { in RemoveProfile() argument
58 return shill_wifi_client->RemoveProfile(profile_name); in RemoveProfile()
63 ProxyShillWifiClient* shill_wifi_client) { in PushProfile() argument
68 return shill_wifi_client->PushProfile(profile_name); in PushProfile()
73 ProxyShillWifiClient* shill_wifi_client) { in PopProfile() argument
78 return shill_wifi_client->PopProfile(profile_name); in PopProfile()
83 ProxyShillWifiClient* shill_wifi_client) { in CleanProfiles() argument
87 return shill_wifi_client->CleanProfiles(); in CleanProfiles()
[all …]
Dproxy_rpc_server.h42 ProxyShillWifiClient* shill_wifi_client,
61 std::unique_ptr<ProxyShillWifiClient> shill_wifi_client);
Dproxy_main.cc72 std::unique_ptr<ProxyShillWifiClient> shill_wifi_client( in main() local
77 new ProxyRpcServer(xml_rpc_port, std::move(shill_wifi_client))); in main()