Home
last modified time | relevance | path

Searched refs:scanTrustMode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service_test.cpp880 pScanService->scanTrustMode = false; in AllowSystemTimerScanFail5()
1289 pScanService->scanTrustMode = false; in AllowExternScanByIntervalModeFail2()
1304 pScanService->scanTrustMode = false; in AllowExternScanByIntervalModeFail3()
1315 pScanService->scanTrustMode = false; in AllowExternScanByIntervalModeSuccess()
1321 pScanService->scanTrustMode = false; in AllowExternScanByIntervalModeSuccess1()
1730 EXPECT_EQ(pScanService->scanTrustMode, true); in SetScanTrustModeTest()
1736 EXPECT_EQ(pScanService->scanTrustMode, false); in ResetToNonTrustModeTest()
1741 pScanService->scanTrustMode = true; in AllowScanByMovingFreezeTest1()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.h336 bool scanTrustMode; /* scan trustlist mode */ variable
H A Dscan_service.cpp51 scanTrustMode(false), in ScanService()
1571 scanTrustMode = true; in SetScanTrustMode()
1577 scanTrustMode = false; in ResetToNonTrustMode()
1583 return scanTrustMode; in IsScanTrustMode()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanserver_fuzzer/
H A Dwifiscanserver_fuzzer.cpp60 pScanService->scanTrustMode = true; in InitParam()