Searched refs:WifiProtectManager (Results 1 – 8 of 8) sorted by relevance
59 WifiProtectManager wifiProtectManager;67 WifiProtectManager wifiProtectManager;82 WifiProtectManager wifiProtectManager;89 WifiProtectManager wifiProtectManager;99 WifiProtectManager wifiProtectManager;110 WifiProtectManager wifiProtectManager;121 WifiProtectManager wifiProtectManager;132 WifiProtectManager wifiProtectManager;140 WifiProtectManager wifiProtectManager;147 WifiProtectManager wifiProtectManager;[all …]
50 …bool result = WifiProtectManager::GetInstance().InitWifiProtect(WifiProtectType::WIFI_PROTECT_COMM…67 WifiProtectManager::GetInstance().mWifiProtects.push_back(pProtect);68 WifiProtectManager::GetInstance().OnAppDied("wifiprotect");71 WifiProtectManager::GetInstance().mWifiProtects.push_back(pProtext);72 WifiProtectManager::GetInstance().OnAppDied("wifiprotext");80 WifiProtectManager::GetInstance().mWifiProtects.push_back(pProtect);81 WifiProtectManager::GetInstance().OnAppForegroudChanged("wifiprotext", 0);
39 WifiProtectManager::WifiProtectManager() in WifiProtectManager() function in OHOS::Wifi::WifiProtectManager53 WifiProtectManager::~WifiProtectManager() in ~WifiProtectManager()57 WifiProtectManager &WifiProtectManager::GetInstance() in GetInstance()59 static WifiProtectManager instance; in GetInstance()92 WifiProtectMode WifiProtectManager::GetNearlyProtectMode() in GetNearlyProtectMode()139 bool WifiProtectManager::InitWifiProtect( in GetNearlyProtectMode()150 bool WifiProtectManager::GetWifiProtect( in GetNearlyProtectMode()202 bool WifiProtectManager::ChangeToPerfMode(bool isEnabled) in GetNearlyProtectMode()242 bool WifiProtectManager::AddProtect( in GetNearlyProtectMode()321 bool WifiProtectManager::ChangeWifiPowerMode() in GetNearlyProtectMode()[all …]
36 class WifiProtectManager {38 ~WifiProtectManager();39 static WifiProtectManager &GetInstance();131 WifiProtectManager();
136 …WifiProtectManager::GetInstance().OnAppForegroudChanged(appStateData.bundleName, appStateData.stat… in OnForegroundAppChanged()238 WifiProtectManager::GetInstance().OnAppDied(appStateData.bundleName); in OnAppStopped()
254 WifiProtectManager::GetInstance().UpdateWifiClientConnected(isConnected); in DealStaConnChanged()
231 isHoldProtect = WifiProtectManager::GetInstance().IsHeldWifiProtect(protectName); in IsHeldWifiProtectRef()247 if (!WifiProtectManager::GetInstance().GetWifiProtect(protectMode, protectName)) { in GetWifiProtectRef()266 if (!WifiProtectManager::GetInstance().PutWifiProtect(protectName)) { in PutWifiProtectRef()
4203 WifiProtectManager::GetInstance().HandleScreenStateChanged(screenState == MODE_STATE_OPEN); in DealScreenStateChangedEvent()