Home
last modified time | relevance | path

Searched refs:bOpen (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() argument
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() argument
343 owner.variable = &bOpen; in IsWifiClosedScan()
H A Dwifi_scan_proxy.cpp212 ErrCode WifiScanProxy::IsWifiClosedScan(bool &bOpen) in IsWifiClosedScan() argument
243 bOpen = reply.ReadBool(); in IsWifiClosedScan()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.cpp195 bool bOpen = false; in OnIsWifiClosedScan() local
196 ErrCode ret = IsWifiClosedScan(bOpen); in OnIsWifiClosedScan()
200 (void)WriteBool(reply, bOpen); in OnIsWifiClosedScan()
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() argument
261 bOpen = WifiSettings::GetInstance().GetScanAlwaysState(); in IsWifiClosedScan()
H A Dwifi_scan_stub.cpp204 bool bOpen = false; in OnIsWifiClosedScan() local
205 ErrCode ret = IsWifiClosedScan(bOpen); in OnIsWifiClosedScan()
209 reply.WriteBool(bOpen); in OnIsWifiClosedScan()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_scan.h74 virtual ErrCode IsWifiClosedScan(bool &bOpen) = 0;