Searched defs:CreateProfile (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/test-scripts/
H A Dflimflam.py352 def CreateProfile(self, ident): member in class:FlimFlam
353 path = self.manager.CreateProfile(ident)
/system/connectivity/shill/test-rpc-proxy/
H A Dproxy_rpc_server.cc41 XmlRpc::XmlRpcValue CreateProfile( function
48 return shill_wifi_client->CreateProfile(profile_name);
198 bool is_success = shill_wifi_client->CreateProfile(kTestProfileName);
522 RegisterRpcMethod("create_profile", base::Bind(&CreateProfile));
H A Dproxy_dbus_client.cc364 bool ProxyDbusClient::CreateProfile(const std::string& profile_name) { function in class:ProxyDbusClient
367 return shill_manager_proxy_.CreateProfile(
H A Dproxy_dbus_shill_wifi_client.cc356 bool ProxyDbusShillWifiClient::CreateProfile(const std::string& profile_name) { function in class:ProxyDbusShillWifiClient
357 return dbus_client_->CreateProfile(profile_name);
/system/connectivity/shill/dbus/
H A Dchromeos_manager_dbus_adaptor.cc143 bool ChromeosManagerDBusAdaptor::CreateProfile(brillo::ErrorPtr* error, function in class:shill::ChromeosManagerDBusAdaptor
149 manager_->CreateProfile(name, &path, &e);
/system/connectivity/shill/
H A Dmanager.cc374 void Manager::CreateProfile(const string& name, string* path, Error* error) { function in class:shill::Manager

Completed in 2533 milliseconds