Home
last modified time | relevance | path

Searched refs:PopAnyProfile (Results 1 – 11 of 11) sorted by relevance

/system/connectivity/shill/test-scripts/
Dflimflam.py366 def PopAnyProfile(self): member in FlimFlam
367 self.manager.PopAnyProfile()
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_client.h121 bool PopAnyProfile();
Dproxy_dbus_client.cc388 bool ProxyDbusClient::PopAnyProfile() { in PopAnyProfile() function in ProxyDbusClient
390 return shill_manager_proxy_.PopAnyProfile(&error); in PopAnyProfile()
Dproxy_dbus_shill_wifi_client.cc366 return dbus_client_->PopAnyProfile(); in PopProfile()
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc203 bool ChromeosManagerDBusAdaptor::PopAnyProfile(brillo::ErrorPtr* error) { in PopAnyProfile() function in shill::ChromeosManagerDBusAdaptor
206 manager_->PopAnyProfile(&e); in PopAnyProfile()
Dchromeos_manager_dbus_adaptor.h91 bool PopAnyProfile(brillo::ErrorPtr* error) override;
/system/update_engine/include/shill/
Ddbus-proxy-mocks.h105 MOCK_METHOD2(PopAnyProfile,
/system/connectivity/shill/
Dmanager.h234 void PopAnyProfile(Error* error);
Dmanager.cc612 void Manager::PopAnyProfile(Error* error) { in PopAnyProfile() function in shill::Manager
Dmanager_unittest.cc258 manager->PopAnyProfile(&error); in TestPopAnyProfile()
/system/connectivity/shill/doc/
Dmanager-api.txt101 object PopAnyProfile()