Searched refs:PopProfile (Results 1 – 14 of 14) sorted by relevance
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_rpc_server.cc | 71 XmlRpc::XmlRpcValue PopProfile( in PopProfile() function 78 return shill_wifi_client->PopProfile(profile_name); in PopProfile() 525 RegisterRpcMethod("pop_profile", base::Bind(&PopProfile)); in Run()
|
D | proxy_shill_wifi_client.h | 93 virtual bool PopProfile(const std::string& profile_name) = 0;
|
D | proxy_dbus_shill_wifi_client.h | 74 bool PopProfile(const std::string& profile_name) override;
|
D | proxy_dbus_shill_wifi_client.cc | 364 bool ProxyDbusShillWifiClient::PopProfile(const std::string& profile_name) { in PopProfile() function in ProxyDbusShillWifiClient 368 return dbus_client_->PopProfile(profile_name); in PopProfile() 388 dbus_client_->PopProfile(profile_name_str); in CleanProfiles()
|
D | proxy_dbus_client.h | 120 bool PopProfile(const std::string& profile_name);
|
D | proxy_dbus_client.cc | 383 bool ProxyDbusClient::PopProfile(const std::string& profile_name) { in PopProfile() function in ProxyDbusClient 385 return shill_manager_proxy_.PopProfile(profile_name, &error); in PopProfile()
|
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 363 def PopProfile(self, ident): member in FlimFlam 364 self.manager.PopProfile(ident)
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 195 bool ChromeosManagerDBusAdaptor::PopProfile(brillo::ErrorPtr* error, in PopProfile() function in shill::ChromeosManagerDBusAdaptor 199 manager_->PopProfile(name, &e); in PopProfile()
|
D | chromeos_manager_dbus_adaptor.h | 90 bool PopProfile(brillo::ErrorPtr* error, const std::string& name) override;
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 96 MOCK_METHOD3(PopProfile,
|
/system/connectivity/shill/ |
D | manager.h | 232 void PopProfile(const std::string& name, Error* error);
|
D | manager.cc | 590 void Manager::PopProfile(const string& name, Error* error) { in PopProfile() function in shill::Manager
|
D | manager_unittest.cc | 270 manager->PopProfile(name, &error); in TestPopProfile()
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 80 object PopProfile(string name) 103 Like PopProfile but do not check the profile on
|