Home
last modified time | relevance | path

Searched refs:allScanResult (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.cpp1547 ErrCode allScanResult = WIFI_OPT_SUCCESS; in AllowScanByType() local
1550 allScanResult = AllowExternScan(); in AllowScanByType()
1553 allScanResult = AllowSystemTimerScan(); in AllowScanByType()
1556 allScanResult = AllowPnoScan(); in AllowScanByType()
1564 scanType, static_cast<int>(allScanResult)); in AllowScanByType()
1565 return allScanResult; in AllowScanByType()