Home
last modified time | relevance | path

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

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc178 XmlRpc::XmlRpcValue DeleteEntriesForSsid( in DeleteEntriesForSsid() function
185 return shill_wifi_client->DeleteEntriesForSsid(ssid); in DeleteEntriesForSsid()
531 RegisterRpcMethod("delete_entries_for_ssid", base::Bind(&DeleteEntriesForSsid)); in Run()
Dproxy_shill_wifi_client.h96 virtual bool DeleteEntriesForSsid(const std::string& ssid) = 0;
Dproxy_dbus_shill_wifi_client.h77 bool DeleteEntriesForSsid(const std::string& ssid) override;
Dproxy_dbus_shill_wifi_client.cc394 bool ProxyDbusShillWifiClient::DeleteEntriesForSsid(const std::string& ssid) { in DeleteEntriesForSsid() function in ProxyDbusShillWifiClient