Home
last modified time | relevance | path

Searched refs:RemoveProfile (Results 1 – 15 of 15) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc51 XmlRpc::XmlRpcValue RemoveProfile( in RemoveProfile() function
58 return shill_wifi_client->RemoveProfile(profile_name); in RemoveProfile()
197 shill_wifi_client->RemoveProfile(kTestProfileName); in InitTestNetworkState()
523 RegisterRpcMethod("remove_profile", base::Bind(&RemoveProfile)); in Run()
Dproxy_shill_wifi_client.h94 virtual bool RemoveProfile(const std::string& profile_name) = 0;
Dproxy_dbus_shill_wifi_client.h75 bool RemoveProfile(const std::string& profile_name) override;
Dproxy_dbus_shill_wifi_client.cc372 bool ProxyDbusShillWifiClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile() function in ProxyDbusShillWifiClient
373 return dbus_client_->RemoveProfile(profile_name); in RemoveProfile()
389 dbus_client_->RemoveProfile(profile_name_str); in CleanProfiles()
Dproxy_dbus_client.h118 bool RemoveProfile(const std::string& profile_name);
Dproxy_dbus_client.cc371 bool ProxyDbusClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile() function in ProxyDbusClient
373 return shill_manager_proxy_.RemoveProfile(profile_name, &error); in RemoveProfile()
/system/connectivity/shill/test-scripts/
Dflimflam.py356 def RemoveProfile(self, ident): member in FlimFlam
357 self.manager.RemoveProfile(ident)
/system/connectivity/shill/
Dprofile.h235 FRIEND_TEST(ManagerTest, RemoveProfile);
Dmanager.h239 void RemoveProfile(const std::string& name, Error* error);
Dmanager_unittest.cc1151 TEST_F(ManagerTest, RemoveProfile) { in TEST_F() argument
1174 manager.RemoveProfile(kProfile0, &error); in TEST_F()
1186 manager.RemoveProfile(kProfile0, &error); in TEST_F()
1197 manager.RemoveProfile(kProfile0, &error); in TEST_F()
1206 manager.RemoveProfile(kProfile0, &error); in TEST_F()
Dmanager.cc630 void Manager::RemoveProfile(const string& name, Error* error) { in RemoveProfile() function in shill::Manager
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc157 bool ChromeosManagerDBusAdaptor::RemoveProfile(brillo::ErrorPtr* error, in RemoveProfile() function in shill::ChromeosManagerDBusAdaptor
161 manager_->RemoveProfile(name, &e); in RemoveProfile()
Dchromeos_manager_dbus_adaptor.h81 bool RemoveProfile(brillo::ErrorPtr* error,
/system/update_engine/include/shill/
Ddbus-proxy-mocks.h65 MOCK_METHOD3(RemoveProfile,
/system/connectivity/shill/doc/
Dmanager-api.txt113 void RemoveProfile(string name)