Searched refs:RemoveProfile (Results 1 - 14 of 14) sorted by relevance

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

Completed in 1757 milliseconds