Home
last modified time | relevance | path

Searched refs:appForbidList (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.cpp1927 appForbidList.clear(); in ClearScanControlValue()
2170 …for (auto forbidListIter = appForbidList.begin(); forbidListIter != appForbidList.end(); ++forbidL… in AllowSingleAppScanByInterval()
2186 appForbidList.push_back(singleAppForbid); in AllowSingleAppScanByInterval()
2188 for (auto iter = appForbidList.begin(); iter != appForbidList.end(); ++iter) { in AllowSingleAppScanByInterval()
H A Dscan_service.h319 std::vector<SingleAppForbid> appForbidList; /* Store extern app scan data */ variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1420 pScanService->appForbidList.push_back(sAppForbid); in AllowSingleAppScanByIntervalSuccess2()
1440 pScanService->appForbidList.push_back(sAppForbid); in AllowSingleAppScanByIntervalFail1()