/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_rpc_server.cc | 41 XmlRpc::XmlRpcValue CreateProfile( in CreateProfile() function 48 return shill_wifi_client->CreateProfile(profile_name); in CreateProfile() 198 bool is_success = shill_wifi_client->CreateProfile(kTestProfileName); in InitTestNetworkState() 522 RegisterRpcMethod("create_profile", base::Bind(&CreateProfile)); in Run()
|
D | proxy_shill_wifi_client.h | 91 virtual bool CreateProfile(const std::string& profile_name) = 0;
|
D | proxy_dbus_shill_wifi_client.h | 72 bool CreateProfile(const std::string& profile_name) override;
|
D | proxy_dbus_client.h | 117 bool CreateProfile(const std::string& profile_name);
|
D | proxy_dbus_client.cc | 364 bool ProxyDbusClient::CreateProfile(const std::string& profile_name) { in CreateProfile() function in ProxyDbusClient 367 return shill_manager_proxy_.CreateProfile( in CreateProfile()
|
D | proxy_dbus_shill_wifi_client.cc | 356 bool ProxyDbusShillWifiClient::CreateProfile(const std::string& profile_name) { in CreateProfile() function in ProxyDbusShillWifiClient 357 return dbus_client_->CreateProfile(profile_name); in CreateProfile()
|
/system/connectivity/shill/bin/ |
D | shill_login_user | 161 org.chromium.flimflam.Manager.CreateProfile string:$profile_name ||
|
/system/connectivity/shill/test-scripts/ |
D | flimflam.py | 352 def CreateProfile(self, ident): member in FlimFlam 353 path = self.manager.CreateProfile(ident)
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 143 bool ChromeosManagerDBusAdaptor::CreateProfile(brillo::ErrorPtr* error, in CreateProfile() function in shill::ChromeosManagerDBusAdaptor 149 manager_->CreateProfile(name, &path, &e); in CreateProfile()
|
D | chromeos_manager_dbus_adaptor.h | 78 bool CreateProfile(brillo::ErrorPtr* error,
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 29 object CreateProfile(string name) 46 profile is already registered with a CreateProfile 56 previously been created with CreateProfile. 70 previously been created with CreateProfile.
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 55 MOCK_METHOD4(CreateProfile,
|
/system/connectivity/shill/ |
D | manager.h | 220 void CreateProfile(const std::string& name, std::string* path, Error* error);
|
D | manager_unittest.cc | 252 manager->CreateProfile(name, &path, &error); in TestCreateProfile() 942 TEST_F(ManagerTest, CreateProfile) { in TEST_F() argument 970 manager.CreateProfile(kProfile, &path, &error); in TEST_F() 4458 manager.CreateProfile(kProfile0, &profile_rpc_path, &error); in TEST_F() 4460 manager.CreateProfile(kProfile1, &profile_rpc_path, &error); in TEST_F()
|
D | manager.cc | 374 void Manager::CreateProfile(const string& name, string* path, Error* error) { in CreateProfile() function in shill::Manager
|