Searched refs:SetUpState (Results 1 – 3 of 3) sorted by relevance
31 MOCK_METHOD2(SetUpState, bool(const char* if_name, bool request_up));
38 virtual bool SetUpState(const char* if_name, bool request_up);
78 bool InterfaceTool::SetUpState(const char* if_name, bool request_up) { in SetUpState() function in android::wifi_system::InterfaceTool112 return SetUpState(kWlan0InterfaceName, request_up); in SetWifiUpState()