HomeSort by relevance Sort by last modified time
    Searched refs:PopProfile (Results 1 - 18 of 18) sorted by null

  /external/autotest/client/cros/
shill_temporary_profile.py 28 self._manager.PopProfile(self._profile_name)
  /external/autotest/client/cros/scripts/
profile 51 shill.manager.PopProfile(active_name)
147 shill.manager.PopProfile(name)
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 76 def PopProfile(self, profile):
82 self.add_method_call('PopProfile', profile)
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 135 manager.PopProfile(self.TEST_PROFILE_NAME)
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.h 74 bool PopProfile(const std::string& profile_name) override;
proxy_shill_wifi_client.h 93 virtual bool PopProfile(const std::string& profile_name) = 0;
proxy_rpc_server.cc 71 XmlRpc::XmlRpcValue PopProfile(
78 return shill_wifi_client->PopProfile(profile_name);
525 RegisterRpcMethod("pop_profile", base::Bind(&PopProfile));
proxy_dbus_client.h 120 bool PopProfile(const std::string& profile_name);
proxy_dbus_client.cc 383 bool ProxyDbusClient::PopProfile(const std::string& profile_name) {
385 return shill_manager_proxy_.PopProfile(profile_name, &error);
proxy_dbus_shill_wifi_client.cc 364 bool ProxyDbusShillWifiClient::PopProfile(const std::string& profile_name) {
368 return dbus_client_->PopProfile(profile_name);
388 dbus_client_->PopProfile(profile_name_str);
  /system/connectivity/shill/test-scripts/
flimflam.py 363 def PopProfile(self, ident):
364 self.manager.PopProfile(ident)
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 90 self._wifi_proxy.manager.PopProfile(profile_name)
119 self._wifi_proxy.manager.PopProfile(profile_name)
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 195 bool ChromeosManagerDBusAdaptor::PopProfile(brillo::ErrorPtr* error,
199 manager_->PopProfile(name, &e);
chromeos_manager_dbus_adaptor.h 90 bool PopProfile(brillo::ErrorPtr* error, const std::string& name) override;
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 96 MOCK_METHOD3(PopProfile,
  /system/connectivity/shill/
manager.h 232 void PopProfile(const std::string& name, Error* error);
    [all...]
manager.cc 590 void Manager::PopProfile(const string& name, Error* error) {
    [all...]
manager_unittest.cc 270 manager->PopProfile(name, &error);
    [all...]

Completed in 4611 milliseconds