Searched refs:DeleteEntriesForSsid (Results 1 – 4 of 4) sorted by relevance
178 XmlRpc::XmlRpcValue DeleteEntriesForSsid( in DeleteEntriesForSsid() function185 return shill_wifi_client->DeleteEntriesForSsid(ssid); in DeleteEntriesForSsid()531 RegisterRpcMethod("delete_entries_for_ssid", base::Bind(&DeleteEntriesForSsid)); in Run()
96 virtual bool DeleteEntriesForSsid(const std::string& ssid) = 0;
77 bool DeleteEntriesForSsid(const std::string& ssid) override;
394 bool ProxyDbusShillWifiClient::DeleteEntriesForSsid(const std::string& ssid) { in DeleteEntriesForSsid() function in ProxyDbusShillWifiClient