Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp2006 bool isTrustListMode = IsScanTrustMode(); in AllowScanDuringCustomScene() local
2008 if (isTrustListMode && IsInScanTrust(customIter->first)) { in AllowScanDuringCustomScene()
2057 bool isTrustListMode = IsScanTrustMode(); in AllowExternScanByIntervalMode() local
2058 if (isTrustListMode && IsInScanTrust(scanScene)) { in AllowExternScanByIntervalMode()
2371 bool isTrustListMode = IsScanTrustMode(); in AllowScanByMovingFreeze() local
2372 if (isTrustListMode && IsInScanTrust(-1)) { in AllowScanByMovingFreeze()