Home
last modified time | relevance | path

Searched refs:ListControlledWifiInterfaces (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc134 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces) || in ConnectWifi()
205 XmlRpc::XmlRpcValue ListControlledWifiInterfaces( in ListControlledWifiInterfaces() function
212 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces)) { in ListControlledWifiInterfaces()
534 base::Bind(&ListControlledWifiInterfaces)); in Run()
Dproxy_shill_wifi_client.h97 virtual bool ListControlledWifiInterfaces(std::vector<std::string>* interface_names) = 0;
Dproxy_dbus_shill_wifi_client.h78 bool ListControlledWifiInterfaces(std::vector<std::string>* interface_names) override;
Dproxy_dbus_shill_wifi_client.cc414 bool ProxyDbusShillWifiClient::ListControlledWifiInterfaces( in ListControlledWifiInterfaces() function in ProxyDbusShillWifiClient