Home
last modified time | relevance | path

Searched defs:RemoveProfile (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/test-scripts/
Dflimflam.py356 def RemoveProfile(self, ident): member in FlimFlam
/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc51 XmlRpc::XmlRpcValue RemoveProfile( in RemoveProfile() function
Dproxy_dbus_shill_wifi_client.cc372 bool ProxyDbusShillWifiClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile() function in ProxyDbusShillWifiClient
Dproxy_dbus_client.cc371 bool ProxyDbusClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile() function in ProxyDbusClient
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc157 bool ChromeosManagerDBusAdaptor::RemoveProfile(brillo::ErrorPtr* error, in RemoveProfile() function in shill::ChromeosManagerDBusAdaptor
/system/connectivity/shill/
Dmanager.cc630 void Manager::RemoveProfile(const string& name, Error* error) { in RemoveProfile() function in shill::Manager
Dmanager_unittest.cc1151 TEST_F(ManagerTest, RemoveProfile) { in TEST_F() argument