Searched refs:requestUp (Results 1 – 5 of 5) sorted by relevance
46 bool requestUp = true; variable47 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));48 requestUp = false;49 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
75 bool IfaceTool::SetUpState(const char* ifName, bool requestUp) in SetUpState() argument87 if (currentlyUp == requestUp) { in SetUpState()90 if (requestUp) { in SetUpState()102 bool IfaceTool::SetWifiUpState(bool requestUp) in SetWifiUpState() argument104 return SetUpState(K_WLAN0_INTERFACE_NAME, requestUp); in SetWifiUpState()
34 virtual bool SetUpState(const char* ifName, bool requestUp);35 virtual bool SetWifiUpState(bool requestUp);
39 bool IfaceUtil::SetUpState(const std::string& ifaceName, bool requestUp) in SetUpState() argument41 return ifaceTool_.lock()->SetUpState(ifaceName.c_str(), requestUp); in SetUpState()
35 virtual bool SetUpState(const std::string& ifaceName, bool requestUp);