Home
last modified time | relevance | path

Searched defs:CreateProfile (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/test-scripts/
Dflimflam.py352 def CreateProfile(self, ident): member in FlimFlam
/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_shill_wifi_client.cc356 bool ProxyDbusShillWifiClient::CreateProfile(const std::string& profile_name) { in CreateProfile() function in ProxyDbusShillWifiClient
Dproxy_rpc_server.cc41 XmlRpc::XmlRpcValue CreateProfile( in CreateProfile() function
Dproxy_dbus_client.cc364 bool ProxyDbusClient::CreateProfile(const std::string& profile_name) { in CreateProfile() function in ProxyDbusClient
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc143 bool ChromeosManagerDBusAdaptor::CreateProfile(brillo::ErrorPtr* error, in CreateProfile() function in shill::ChromeosManagerDBusAdaptor
/system/connectivity/shill/
Dmanager.cc374 void Manager::CreateProfile(const string& name, string* path, Error* error) { in CreateProfile() function in shill::Manager
Dmanager_unittest.cc942 TEST_F(ManagerTest, CreateProfile) { in TEST_F() argument