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

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

Completed in 57 milliseconds