Home
last modified time | relevance | path

Searched refs:GetNearlyProtectMode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_protect_manager_test.cpp84 ASSERT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
94 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
105 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
116 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
127 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
175 wifiProtectManager.mCurrentOpMode = wifiProtectManager.GetNearlyProtectMode();
176 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
188 wifiProtectManager.mCurrentOpMode = wifiProtectManager.GetNearlyProtectMode();
189 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
242 EXPECT_EQ(wifiProtectManager.GetNearlyProtectMode(), WifiProtectMode::WIFI_PROTECT_NO_HELD);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.h55 WifiProtectMode GetNearlyProtectMode();
H A Dwifi_protect_manager.cpp92 WifiProtectMode WifiProtectManager::GetNearlyProtectMode() in GetNearlyProtectMode() function in OHOS::Wifi::WifiProtectManager
323 WifiProtectMode newProtectMode = GetNearlyProtectMode(); in GetNearlyProtectMode()