Searched refs:customSceneTimeMap (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service_test.cpp | 871 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowSystemTimerScanFail5() 990 pScanService->customSceneTimeMap.emplace(SCAN_SCENE_CONNECTED, now); in GetAllowBandFreqsControlInfoSuccess1() 1007 pScanService->customSceneTimeMap.emplace(SCAN_SCENE_CONNECTED, now); in GetAllowBandFreqsControlInfoSuccess2() 1197 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowScanDuringCustomSceneSuccess1() 1211 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowScanDuringCustomSceneSuccess2() 1225 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowScanDuringCustomSceneFail1() 1243 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowScanDuringCustomSceneFail2() 1261 pScanService->customSceneTimeMap.emplace(staScene, now); in AllowScanDuringCustomSceneFail3()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/ |
H A D | scan_service.cpp | 1174 customSceneTimeMap.insert(std::pair<int, int>(customScene, now)); in HandleCustomStatusChanged() 1177 customSceneTimeMap.erase(customScene); in HandleCustomStatusChanged() 1187 sceneMap = customSceneTimeMap; in HandleGetCustomSceneState() 1930 customSceneTimeMap.clear(); in ClearScanControlValue() 2007 …for (auto customIter = customSceneTimeMap.begin(); customIter != customSceneTimeMap.end(); ++custo… in AllowScanDuringCustomScene()
|
H A D | scan_service.h | 327 std::map<int, time_t> customSceneTimeMap; /* Record the time when a scene is entered. */ variable
|