Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.cpp144 std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(protectType, in GetNearlyProtectMode() local
146 mWifiProtects.push_back(pProtect); in GetNearlyProtectMode()
246 std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(name); in GetNearlyProtectMode() local
247 if (!pProtect) { in GetNearlyProtectMode()
258 pProtect->SetAppState(state); in GetNearlyProtectMode()
260 pProtect->SetProtectMode(protectMode); in GetNearlyProtectMode()
262 mWifiProtects.push_back(pProtect); in GetNearlyProtectMode()
263 switch (pProtect->GetProtectMode()) { in GetNearlyProtectMode()
308 std::shared_ptr<WifiProtect> pProtect = nullptr; in GetNearlyProtectMode() local
312 pProtect = *itor; in GetNearlyProtectMode()
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_protect_manager_test.cpp219 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
221 wifiProtectManager.mWifiProtects.push_back(pProtect);
228 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
230 wifiProtectManager.mWifiProtects.push_back(pProtect);
285 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
288 pProtect->SetAppState(state);
289 wifiProtectManager.mWifiProtects.push_back(pProtect);
297 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
299 wifiProtectManager.mWifiProtects.push_back(pProtect);
306 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
[all …]
H A Dwifi_protect_test.cpp65 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
67 WifiProtectManager::GetInstance().mWifiProtects.push_back(pProtect);
78 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC… variable
80 WifiProtectManager::GetInstance().mWifiProtects.push_back(pProtect);