Searched refs:SetDeviceEnabled (Results 1 – 4 of 4) sorted by relevance
372 XmlRpc::XmlRpcValue SetDeviceEnabled( in SetDeviceEnabled() function380 return shill_wifi_client->SetDeviceEnabled(interface_name, enable); in SetDeviceEnabled()548 RegisterRpcMethod("set_device_enabled", base::Bind(&SetDeviceEnabled)); in Run()
111 virtual bool SetDeviceEnabled(const std::string& interface_name, bool enable) = 0;
92 bool SetDeviceEnabled(const std::string& interface_name, bool enable) override;
516 bool ProxyDbusShillWifiClient::SetDeviceEnabled( in SetDeviceEnabled() function in ProxyDbusShillWifiClient