Home
last modified time | relevance | path

Searched defs:profile_name (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_dbus_shill_wifi_client.cc356 bool ProxyDbusShillWifiClient::CreateProfile(const std::string& profile_name) { in CreateProfile()
360 bool ProxyDbusShillWifiClient::PushProfile(const std::string& profile_name) { in PushProfile()
364 bool ProxyDbusShillWifiClient::PopProfile(const std::string& profile_name) { in PopProfile()
372 bool ProxyDbusShillWifiClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile()
379 brillo::Any profile_name; in CleanProfiles() local
Dproxy_rpc_server.cc47 const std::string& profile_name(params_in[0]); in CreateProfile() local
57 const std::string& profile_name(params_in[0]); in RemoveProfile() local
67 const std::string& profile_name(params_in[0]); in PushProfile() local
77 const std::string& profile_name(params_in[0]); in PopProfile() local
Dproxy_dbus_client.cc364 bool ProxyDbusClient::CreateProfile(const std::string& profile_name) { in CreateProfile()
371 bool ProxyDbusClient::RemoveProfile(const std::string& profile_name) { in RemoveProfile()
376 bool ProxyDbusClient::PushProfile(const std::string& profile_name) { in PushProfile()
383 bool ProxyDbusClient::PopProfile(const std::string& profile_name) { in PopProfile()
/system/connectivity/shill/
Dprofile.cc427 const Identifier& profile_name) { in GetFinalStoragePath()