Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h319 std::vector<SingleAppForbid> appForbidList; /* Store extern app scan data */
326 std::vector<SingleAppForbid> fullAppForbidList;
745 bool ExternScanByInterval(int appId, SingleAppForbid &singleAppForbid);
H A Dscan_service.cpp2138 bool ScanService::ExternScanByInterval(int appId, SingleAppForbid &singleAppForbid) in ExternScanByInterval()
2179 SingleAppForbid singleAppForbid; in AllowSingleAppScanByInterval()
2214 SingleAppForbid singleAppForbid; in AllowFullAppScanByInterval()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h132 struct SingleAppForbid { struct
141 SingleAppForbid() in SingleAppForbid() argument
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp1373 SingleAppForbid singleAppForbid; in ExternScanByIntervalSuccess1()
1380 SingleAppForbid singleAppForbid; in ExternScanByIntervalSuccess2()
1387 SingleAppForbid singleAppForbid; in ExternScanByIntervalSuccess3()
1394 SingleAppForbid singleAppForbid; in ExternScanByIntervalSuccess4()
1401 SingleAppForbid singleAppForbid; in ExternScanByIntervalSuccess5()
1416 SingleAppForbid sAppForbid; in AllowSingleAppScanByIntervalSuccess2()
1428 SingleAppForbid sAppForbid; in AllowSingleAppScanByIntervalFail1()
1456 SingleAppForbid sAppForbid; in AllowFullAppScanByIntervalSuccess2()
1468 SingleAppForbid sAppForbid; in AllowFullAppScanByIntervalFail1()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_service_new.cpp444 bool ScanService::ExternScanByInterval(int appId, SingleAppForbid &singleAppForbid) in ExternScanByInterval()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp199 SingleAppForbid singleAppForbid; in StoreRequestScanConfigFuzzTest()