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

  /external/autotest/client/cros/
shill_temporary_profile.py 22 self._manager.PushProfile(self._profile_name)
  /external/autotest/client/site_tests/network_ShillInitScripts/
mock_flimflam.py 51 def PushProfile(self, profile):
57 self.add_method_call('PushProfile', profile)
  /external/autotest/client/cros/scripts/
profile 157 path = shill.manager.PushProfile(name)
  /external/autotest/client/site_tests/network_8021xWiredAuthentication/
network_8021xWiredAuthentication.py 146 manager.PushProfile(self.TEST_PROFILE_NAME)
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_shill_wifi_client.h 73 bool PushProfile(const std::string& profile_name) override;
proxy_rpc_server.cc 61 XmlRpc::XmlRpcValue PushProfile(
68 return shill_wifi_client->PushProfile(profile_name);
200 shill_wifi_client->PushProfile(kTestProfileName);
524 RegisterRpcMethod("push_profile", base::Bind(&PushProfile));
proxy_shill_wifi_client.h 92 virtual bool PushProfile(const std::string& profile_name) = 0;
proxy_dbus_client.h 119 bool PushProfile(const std::string& profile_name);
proxy_dbus_client.cc 376 bool ProxyDbusClient::PushProfile(const std::string& profile_name) {
379 return shill_manager_proxy_.PushProfile(
proxy_dbus_shill_wifi_client.cc 360 bool ProxyDbusShillWifiClient::PushProfile(const std::string& profile_name) {
361 return dbus_client_->PushProfile(profile_name);
  /system/connectivity/shill/test-scripts/
flimflam.py 359 def PushProfile(self, ident):
360 path = self.manager.PushProfile(ident)
  /system/connectivity/shill/dbus/
chromeos_manager_dbus_adaptor.cc 165 bool ChromeosManagerDBusAdaptor::PushProfile(brillo::ErrorPtr* error,
171 manager_->PushProfile(name, &path, &e);
chromeos_manager_dbus_adaptor.h 83 bool PushProfile(brillo::ErrorPtr* error,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_backend.py 51 self.platform_backend.PushProfile(
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 75 self._wifi_proxy.manager.PushProfile(profile_name)
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 74 MOCK_METHOD4(PushProfile,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 546 def PushProfile(self, package, new_profile_dir):
  /system/connectivity/shill/
manager.h 223 void PushProfile(const std::string& name, std::string* path, Error* error);
    [all...]
manager_unittest.cc 277 manager->PushProfile(name, &path, &error);
    [all...]
manager.cc 512 void Manager::PushProfile(const string& name, string* path, Error* error) {
    [all...]

Completed in 6154 milliseconds