Home
last modified time | relevance | path

Searched refs:WifiProtect (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect.cpp26 WifiProtect::WifiProtect( in WifiProtect() function in OHOS::Wifi::WifiProtect
34 WifiProtect::WifiProtect(const std::string &name) in WifiProtect() function in OHOS::Wifi::WifiProtect
41 WifiProtect::WifiProtect() in WifiProtect() function in OHOS::Wifi::WifiProtect
48 WifiProtect::~WifiProtect() in ~WifiProtect()
57 WifiProtectType WifiProtect::GetProtectType() const in GetProtectType()
68 WifiProtectMode WifiProtect::GetProtectMode() const in GetProtectMode()
73 void WifiProtect::SetName(const std::string &name) in SetName()
79 std::string WifiProtect::GetName() const in GetName()
84 long WifiProtect::GetAcqTimestamp() const in GetAcqTimestamp()
89 void WifiProtect::SetAppState(int state) in SetAppState()
[all …]
H A Dwifi_protect.h25 class WifiProtect {
34WifiProtect(const WifiProtectType &protectType, const WifiProtectMode &protectMode, const std::str…
41 explicit WifiProtect(const std::string &name);
47 WifiProtect();
53 ~WifiProtect();
H A Dwifi_protect_manager.cpp80 std::vector<std::shared_ptr<WifiProtect>>::iterator itor = mWifiProtects.begin(); in IsHeldWifiProtect()
144 std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(protectType, in GetNearlyProtectMode()
166 std::vector<std::shared_ptr<WifiProtect>>::iterator itor = mWifiProtects.begin(); in GetNearlyProtectMode()
246 std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(name); in GetNearlyProtectMode()
284 std::shared_ptr<WifiProtect> pWifiProtect = RemoveProtect(name); in GetNearlyProtectMode()
306 std::shared_ptr<WifiProtect> WifiProtectManager::RemoveProtect(const std::string &name) in GetNearlyProtectMode()
308 std::shared_ptr<WifiProtect> pProtect = nullptr; in GetNearlyProtectMode()
309 std::vector<std::shared_ptr<WifiProtect>>::iterator itor = mWifiProtects.begin(); in GetNearlyProtectMode()
402 std::vector<std::shared_ptr<WifiProtect>>::iterator iter = mWifiProtects.begin(); in GetNearlyProtectMode()
422 std::vector<std::shared_ptr<WifiProtect>>::iterator iter = mWifiProtects.begin(); in GetNearlyProtectMode()
[all …]
H A Dwifi_protect_manager.h134 std::shared_ptr<WifiProtect> RemoveProtect(const std::string &name);
139 std::vector<std::shared_ptr<WifiProtect>> mWifiProtects;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_protect_test.cpp65 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
69 …std::shared_ptr<WifiProtect> pProtext = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
78 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
H A Dwifi_protect_manager_test.cpp219 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
228 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
285 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
297 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…
306 …std::shared_ptr<WifiProtect> pProtect = std::make_shared<WifiProtect>(WifiProtectType::WIFI_PROTEC…