Home
last modified time | relevance | path

Searched refs:SetDeviceEnabled (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc372 XmlRpc::XmlRpcValue SetDeviceEnabled( in SetDeviceEnabled() function
380 return shill_wifi_client->SetDeviceEnabled(interface_name, enable); in SetDeviceEnabled()
548 RegisterRpcMethod("set_device_enabled", base::Bind(&SetDeviceEnabled)); in Run()
Dproxy_shill_wifi_client.h111 virtual bool SetDeviceEnabled(const std::string& interface_name, bool enable) = 0;
Dproxy_dbus_shill_wifi_client.h92 bool SetDeviceEnabled(const std::string& interface_name, bool enable) override;
Dproxy_dbus_shill_wifi_client.cc516 bool ProxyDbusShillWifiClient::SetDeviceEnabled( in SetDeviceEnabled() function in ProxyDbusShillWifiClient