Home
last modified time | relevance | path

Searched refs:AddProtect (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.cpp126 wifiProtectManager.AddProtect(WifiProtectMode::WIFI_PROTECT_FULL_HIGH_PERF, "com.example.app");
198 … EXPECT_EQ(wifiProtectManager.AddProtect(WifiProtectMode::WIFI_PROTECT_FULL_HIGH_PERF, ""), true);
205 …EXPECT_EQ(wifiProtectManager.AddProtect(WifiProtectMode::WIFI_PROTECT_FULL_HIGH_PERF, "com.example…
206 …EXPECT_EQ(wifiProtectManager.AddProtect(WifiProtectMode::WIFI_PROTECT_FULL_LOW_LATENCY, "com.examp…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.h132 bool AddProtect(const WifiProtectMode &protectMode, const std::string &name);
H A Dwifi_protect_manager.cpp199 return AddProtect(protectMode, name); in GetNearlyProtectMode()
242 bool WifiProtectManager::AddProtect( in GetNearlyProtectMode() function in OHOS::Wifi::WifiProtectManager