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

  /system/connectivity/shill/bin/
shill_logout_user 22 org.chromium.flimflam.Manager.PopAllUserProfiles ||
  /external/autotest/client/site_tests/network_DefaultProfileServices/
network_DefaultProfileServices.py 35 shill.manager.PopAllUserProfiles()
52 shill.manager.PopAllUserProfiles()
  /external/autotest/client/cros/
shill_temporary_profile.py 16 self._manager.PopAllUserProfiles()
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 87 def PopAllUserProfiles(self):
89 self.add_method_call('PopAllUserProfiles', '')
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 210 bool ChromeosManagerDBusAdaptor::PopAllUserProfiles(brillo::ErrorPtr* error) {
213 manager_->PopAllUserProfiles(&e);
chromeos_manager_dbus_adaptor.h 92 bool PopAllUserProfiles(brillo::ErrorPtr* error) override;
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 112 MOCK_METHOD2(PopAllUserProfiles,
  /system/connectivity/shill/
manager.h 237 void PopAllUserProfiles(Error* error);
    [all...]
manager.cc 623 void Manager::PopAllUserProfiles(Error* /*error*/) {
    [all...]
manager_unittest.cc 264 manager->PopAllUserProfiles(&error);
    [all...]

Completed in 967 milliseconds