Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp1929 fullAppForbidList.clear(); in ClearScanControlValue()
2206 …for (auto fullAppForbidIter = fullAppForbidList.begin(); fullAppForbidIter != fullAppForbidList.en… in AllowFullAppScanByInterval()
2220 fullAppForbidList.push_back(singleAppForbid); in AllowFullAppScanByInterval()
2222 for (auto iter = fullAppForbidList.begin(); iter != fullAppForbidList.end(); ++iter) { in AllowFullAppScanByInterval()
H A Dscan_service.h326 std::vector<SingleAppForbid> fullAppForbidList; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1460 pScanService->fullAppForbidList.push_back(sAppForbid); in AllowFullAppScanByIntervalSuccess2()
1480 pScanService->fullAppForbidList.push_back(sAppForbid); in AllowFullAppScanByIntervalFail1()