/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_rpc_server.cc | 51 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()
|
D | proxy_shill_wifi_client.h | 94 virtual bool RemoveProfile(const std::string& profile_name) = 0;
|
D | proxy_dbus_shill_wifi_client.h | 75 bool RemoveProfile(const std::string& profile_name) override;
|
D | proxy_dbus_shill_wifi_client.cc | 372 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()
|
D | proxy_dbus_client.h | 118 bool RemoveProfile(const std::string& profile_name);
|
D | proxy_dbus_client.cc | 371 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/ |
D | flimflam.py | 356 def RemoveProfile(self, ident): member in FlimFlam 357 self.manager.RemoveProfile(ident)
|
/system/connectivity/shill/ |
D | profile.h | 235 FRIEND_TEST(ManagerTest, RemoveProfile);
|
D | manager.h | 239 void RemoveProfile(const std::string& name, Error* error);
|
D | manager_unittest.cc | 1151 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()
|
D | manager.cc | 630 void Manager::RemoveProfile(const string& name, Error* error) { in RemoveProfile() function in shill::Manager
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 157 bool ChromeosManagerDBusAdaptor::RemoveProfile(brillo::ErrorPtr* error, in RemoveProfile() function in shill::ChromeosManagerDBusAdaptor 161 manager_->RemoveProfile(name, &e); in RemoveProfile()
|
D | chromeos_manager_dbus_adaptor.h | 81 bool RemoveProfile(brillo::ErrorPtr* error,
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 65 MOCK_METHOD3(RemoveProfile,
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 113 void RemoveProfile(string name)
|