Home
last modified time | relevance | path

Searched refs:requestUp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dinterface_tool_test.cpp46 bool requestUp = true; variable
47 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
48 requestUp = false;
49 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Diface_tool.cpp75 bool IfaceTool::SetUpState(const char* ifName, bool requestUp) in SetUpState() argument
87 if (currentlyUp == requestUp) { in SetUpState()
90 if (requestUp) { in SetUpState()
102 bool IfaceTool::SetWifiUpState(bool requestUp) in SetWifiUpState() argument
104 return SetUpState(K_WLAN0_INTERFACE_NAME, requestUp); in SetWifiUpState()
H A Diface_tool.h34 virtual bool SetUpState(const char* ifName, bool requestUp);
35 virtual bool SetWifiUpState(bool requestUp);
H A Diface_util.cpp39 bool IfaceUtil::SetUpState(const std::string& ifaceName, bool requestUp) in SetUpState() argument
41 return ifaceTool_.lock()->SetUpState(ifaceName.c_str(), requestUp); in SetUpState()
H A Diface_util.h35 virtual bool SetUpState(const std::string& ifaceName, bool requestUp);