Searched refs:InterfaceTool (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
H A Dinterface_tool.h23 class InterfaceTool { class in namespace:android::wifi_system
25 InterfaceTool() = default;
26 virtual ~InterfaceTool() = default;
41 }; // class InterfaceTool
/frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
H A Dmock_interface_tool.h25 class MockInterfaceTool : public InterfaceTool {
/frameworks/opt/net/wifi/libwifi_system/
H A Dinterface_tool.cpp53 bool InterfaceTool::GetUpState(const char* if_name) {
69 bool InterfaceTool::SetUpState(const char* if_name, bool request_up) {
102 bool InterfaceTool::SetWifiUpState(bool request_up) {

Completed in 58 milliseconds