Searched refs:shill_wifi_client (Results 1 – 3 of 3) sorted by relevance
43 ProxyShillWifiClient* shill_wifi_client) { in CreateProfile() argument48 return shill_wifi_client->CreateProfile(profile_name); in CreateProfile()53 ProxyShillWifiClient* shill_wifi_client) { in RemoveProfile() argument58 return shill_wifi_client->RemoveProfile(profile_name); in RemoveProfile()63 ProxyShillWifiClient* shill_wifi_client) { in PushProfile() argument68 return shill_wifi_client->PushProfile(profile_name); in PushProfile()73 ProxyShillWifiClient* shill_wifi_client) { in PopProfile() argument78 return shill_wifi_client->PopProfile(profile_name); in PopProfile()83 ProxyShillWifiClient* shill_wifi_client) { in CleanProfiles() argument87 return shill_wifi_client->CleanProfiles(); in CleanProfiles()[all …]
42 ProxyShillWifiClient* shill_wifi_client,61 std::unique_ptr<ProxyShillWifiClient> shill_wifi_client);
72 std::unique_ptr<ProxyShillWifiClient> shill_wifi_client( in main() local77 new ProxyRpcServer(xml_rpc_port, std::move(shill_wifi_client))); in main()