Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_impl.cpp147 ErrCode WifiScanImpl::IsWifiClosedScan(bool &bOpen) in IsWifiClosedScan() function in OHOS::Wifi::WifiScanImpl
151 return client_->IsWifiClosedScan(bOpen); in IsWifiClosedScan()
H A Dwifi_scan_impl.h86 ErrCode IsWifiClosedScan(bool &bOpen);
H A Dwifi_scan_proxy.h78 virtual ErrCode IsWifiClosedScan(bool &bOpen) override;
H A Dwifi_scan_proxy_lite.cpp325 ErrCode WifiScanProxy::IsWifiClosedScan(bool &bOpen) in IsWifiClosedScan() function in OHOS::Wifi::WifiScanProxy
H A Dwifi_scan_proxy.cpp212 ErrCode WifiScanProxy::IsWifiClosedScan(bool &bOpen) in IsWifiClosedScan() function in OHOS::Wifi::WifiScanProxy
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_scan.h74 virtual ErrCode IsWifiClosedScan(bool &bOpen) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_service_impl.h49 ErrCode IsWifiClosedScan(bool &bOpen) override;
H A Dwifi_scan_service_impl.cpp253 ErrCode WifiScanServiceImpl::IsWifiClosedScan(bool &bOpen) in IsWifiClosedScan() function in OHOS::Wifi::WifiScanServiceImpl
H A Dwifi_scan_stub_lite.cpp196 ErrCode ret = IsWifiClosedScan(bOpen); in OnIsWifiClosedScan()
H A Dwifi_scan_stub.cpp205 ErrCode ret = IsWifiClosedScan(bOpen); in OnIsWifiClosedScan()