HomeSort by relevance Sort by last modified time
    Searched defs:RemoveProfile (Results 1 - 9 of 9) sorted by null

  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 40 def RemoveProfile(self, profile):
46 self.add_method_call('RemoveProfile', profile)
  /system/connectivity/shill/test-rpc-proxy/
proxy_rpc_server.cc 51 XmlRpc::XmlRpcValue RemoveProfile(
58 return shill_wifi_client->RemoveProfile(profile_name);
197 shill_wifi_client->RemoveProfile(kTestProfileName);
523 RegisterRpcMethod("remove_profile", base::Bind(&RemoveProfile));
proxy_dbus_client.cc 371 bool ProxyDbusClient::RemoveProfile(const std::string& profile_name) {
373 return shill_manager_proxy_.RemoveProfile(profile_name, &error);
proxy_dbus_shill_wifi_client.cc 372 bool ProxyDbusShillWifiClient::RemoveProfile(const std::string& profile_name) {
373 return dbus_client_->RemoveProfile(profile_name);
389 dbus_client_->RemoveProfile(profile_name_str);
  /system/connectivity/shill/test-scripts/
flimflam.py 356 def RemoveProfile(self, ident):
357 self.manager.RemoveProfile(ident)
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 157 bool ChromeosManagerDBusAdaptor::RemoveProfile(brillo::ErrorPtr* error,
161 manager_->RemoveProfile(name, &e);
  /external/v8/src/profiler/
profile-generator.cc 535 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 594 def RemoveProfile(self, package, ignore_list):
  /system/connectivity/shill/
manager.cc 630 void Manager::RemoveProfile(const string& name, Error* error) {
    [all...]

Completed in 213 milliseconds