/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_rpc_server.cc | 61 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()
|
D | proxy_shill_wifi_client.h | 92 virtual bool PushProfile(const std::string& profile_name) = 0;
|
D | proxy_dbus_shill_wifi_client.h | 73 bool PushProfile(const std::string& profile_name) override;
|
D | proxy_dbus_client.h | 119 bool PushProfile(const std::string& profile_name);
|
D | proxy_dbus_client.cc | 376 bool ProxyDbusClient::PushProfile(const std::string& profile_name) { in PushProfile() function in ProxyDbusClient 379 return shill_manager_proxy_.PushProfile( in PushProfile()
|
D | proxy_dbus_shill_wifi_client.cc | 360 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/ |
D | flimflam.py | 359 def PushProfile(self, ident): member in FlimFlam 360 path = self.manager.PushProfile(ident)
|
/system/connectivity/shill/dbus/ |
D | chromeos_manager_dbus_adaptor.cc | 165 bool ChromeosManagerDBusAdaptor::PushProfile(brillo::ErrorPtr* error, in PushProfile() function in shill::ChromeosManagerDBusAdaptor 171 manager_->PushProfile(name, &path, &e); in PushProfile()
|
D | chromeos_manager_dbus_adaptor.h | 83 bool PushProfile(brillo::ErrorPtr* error,
|
/system/update_engine/include/shill/ |
D | dbus-proxy-mocks.h | 74 MOCK_METHOD4(PushProfile,
|
/system/connectivity/shill/ |
D | manager.h | 223 void PushProfile(const std::string& name, std::string* path, Error* error);
|
D | manager_unittest.cc | 277 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()
|
D | manager.cc | 512 void Manager::PushProfile(const string& name, string* path, Error* error) { in PushProfile() function in shill::Manager
|
/system/connectivity/shill/doc/ |
D | manager-api.txt | 47 or PushProfile request then an error is returned. 52 object PushProfile(string name)
|