/external/autotest/client/cros/ |
shill_temporary_profile.py | 18 self._manager.RemoveProfile(self._profile_name) 29 self._manager.RemoveProfile(self._profile_name)
|
/external/autotest/client/cros/scripts/ |
profile | 52 shill.manager.RemoveProfile(active_name) 162 shill.manager.RemoveProfile(name)
|
/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/ |
profile.h | 235 FRIEND_TEST(ManagerTest, RemoveProfile);
|
manager.h | 239 void RemoveProfile(const std::string& name, Error* error); [all...] |
manager_unittest.cc | [all...] |
manager.cc | 630 void Manager::RemoveProfile(const string& name, Error* error) { [all...] |
/system/connectivity/shill/test-rpc-proxy/ |
proxy_dbus_shill_wifi_client.h | 75 bool RemoveProfile(const std::string& profile_name) override;
|
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_shill_wifi_client.h | 94 virtual bool RemoveProfile(const std::string& profile_name) = 0;
|
proxy_dbus_client.h | 118 bool RemoveProfile(const std::string& profile_name);
|
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)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
android_browser_backend.py | 55 self.platform_backend.RemoveProfile(
|
/external/autotest/client/cros/networking/ |
shill_xmlrpc_server.py | 102 self._wifi_proxy.manager.RemoveProfile(profile_name) 120 self._wifi_proxy.manager.RemoveProfile(profile_name)
|
/system/connectivity/shill/dbus/ |
chromeos_manager_dbus_adaptor.cc | 157 bool ChromeosManagerDBusAdaptor::RemoveProfile(brillo::ErrorPtr* error, 161 manager_->RemoveProfile(name, &e);
|
chromeos_manager_dbus_adaptor.h | 81 bool RemoveProfile(brillo::ErrorPtr* error,
|
/external/v8/src/profiler/ |
profile-generator.h | 324 void RemoveProfile(CpuProfile* profile);
|
cpu-profiler.cc | 194 profiles_->RemoveProfile(profile);
|
profile-generator.cc | 514 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
|
/system/update_engine/include/shill/ |
dbus-proxy-mocks.h | 65 MOCK_METHOD3(RemoveProfile,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 591 def RemoveProfile(self, package, ignore_list):
|