Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.cpp178 if (!IsWifiScanAllowed(externFlag)) { in PermissionVerification()
217 if (!IsWifiScanAllowed(externFlag)) { in AdvanceScan()
228 bool WifiScanServiceImpl::IsWifiScanAllowed(bool externFlag) in IsWifiScanAllowed() function in OHOS::Wifi::WifiScanServiceImpl
H A Dwifi_scan_service_impl.h67 bool IsWifiScanAllowed(bool externFlag = true);
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscansa_fuzzer/
H A Dwifiscansa_fuzzer.cpp87 pWifiScanServiceImpl.IsWifiScanAllowed(status); in IsWifiScanAllowedFuzzTest()