Home
last modified time | relevance | path

Searched refs:PushProfile (Results 1 – 14 of 14) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc61 XmlRpc::XmlRpcValue PushProfile( in PushProfile() function
68 return shill_wifi_client->PushProfile(profile_name); in PushProfile()
200 shill_wifi_client->PushProfile(kTestProfileName); in InitTestNetworkState()
524 RegisterRpcMethod("push_profile", base::Bind(&PushProfile)); in Run()
Dproxy_shill_wifi_client.h92 virtual bool PushProfile(const std::string& profile_name) = 0;
Dproxy_dbus_shill_wifi_client.h73 bool PushProfile(const std::string& profile_name) override;
Dproxy_dbus_client.h119 bool PushProfile(const std::string& profile_name);
Dproxy_dbus_client.cc376 bool ProxyDbusClient::PushProfile(const std::string& profile_name) { in PushProfile() function in ProxyDbusClient
379 return shill_manager_proxy_.PushProfile( in PushProfile()
Dproxy_dbus_shill_wifi_client.cc360 bool ProxyDbusShillWifiClient::PushProfile(const std::string& profile_name) { in PushProfile() function in ProxyDbusShillWifiClient
361 return dbus_client_->PushProfile(profile_name); in PushProfile()
/system/connectivity/shill/test-scripts/
Dflimflam.py359 def PushProfile(self, ident): member in FlimFlam
360 path = self.manager.PushProfile(ident)
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc165 bool ChromeosManagerDBusAdaptor::PushProfile(brillo::ErrorPtr* error, in PushProfile() function in shill::ChromeosManagerDBusAdaptor
171 manager_->PushProfile(name, &path, &e); in PushProfile()
Dchromeos_manager_dbus_adaptor.h83 bool PushProfile(brillo::ErrorPtr* error,
/system/update_engine/include/shill/
Ddbus-proxy-mocks.h74 MOCK_METHOD4(PushProfile,
/system/connectivity/shill/
Dmanager.h223 void PushProfile(const std::string& name, std::string* path, Error* error);
Dmanager_unittest.cc277 manager->PushProfile(name, &path, &error); in TestPushProfile()
4459 manager.PushProfile(kProfile0, &profile_rpc_path, &error); in TEST_F()
4461 manager.PushProfile(kProfile1, &profile_rpc_path, &error); in TEST_F()
Dmanager.cc512 void Manager::PushProfile(const string& name, string* path, Error* error) { in PushProfile() function in shill::Manager
/system/connectivity/shill/doc/
Dmanager-api.txt47 or PushProfile request then an error is returned.
52 object PushProfile(string name)