Home
last modified time | relevance | path

Searched refs:SetWifiUpState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/wlan/test/unittest/chip/
H A Dinterface_tool_test.cpp47 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
49 EXPECT_TRUE(ifaceTool->SetWifiUpState(requestUp));
/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Diface_tool.h35 virtual bool SetWifiUpState(bool requestUp);
H A Diface_tool.cpp102 bool IfaceTool::SetWifiUpState(bool requestUp) in SetWifiUpState() function in OHOS::HDI::Wlan::Chip::V1_0::IfaceTool
H A Dwifi_vendor_hal.cpp158 if (isPrimary_) ifaceTool_.lock()->SetWifiUpState(false); in Stop()