Searched defs:PopProfile (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/test-scripts/
H A Dflimflam.py363 def PopProfile(self, ident): member in class:FlimFlam
364 self.manager.PopProfile(ident)
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_server.cc71 XmlRpc::XmlRpcValue PopProfile( function
78 return shill_wifi_client->PopProfile(profile_name);
525 RegisterRpcMethod("pop_profile", base::Bind(&PopProfile));
H A Dproxy_dbus_client.cc383 bool ProxyDbusClient::PopProfile(const std::string& profile_name) { function in class:ProxyDbusClient
385 return shill_manager_proxy_.PopProfile(profile_name, &error);
H A Dproxy_dbus_shill_wifi_client.cc364 bool ProxyDbusShillWifiClient::PopProfile(const std::string& profile_name) { function in class:ProxyDbusShillWifiClient
368 return dbus_client_->PopProfile(profile_name);
388 dbus_client_->PopProfile(profile_name_str);
/system/connectivity/shill/dbus/
H A Dchromeos_manager_dbus_adaptor.cc195 bool ChromeosManagerDBusAdaptor::PopProfile(brillo::ErrorPtr* error, function in class:shill::ChromeosManagerDBusAdaptor
199 manager_->PopProfile(name, &e);
/system/connectivity/shill/
H A Dmanager.cc590 void Manager::PopProfile(const string& name, Error* error) { function in class:shill::Manager

Completed in 81 milliseconds