Searched refs:IsHotspotDualBandSupported (Results 1 – 14 of 14) sorted by relevance
26 napi_value IsHotspotDualBandSupported(napi_env env, napi_callback_info info);
49 virtual ErrCode IsHotspotDualBandSupported(bool &isSupported) = 0;
50 virtual ErrCode IsHotspotDualBandSupported(bool &isSupported) = 0;
58 ErrCode IsHotspotDualBandSupported(bool &isSupported) override;
98 ErrCode WifiHotspotImpl::IsHotspotDualBandSupported(bool &isSupported) in IsHotspotDualBandSupported() function in OHOS::Wifi::WifiHotspotImpl102 return client_->IsHotspotDualBandSupported(isSupported); in IsHotspotDualBandSupported()
46 ErrCode IsHotspotDualBandSupported(bool &isSupported) override;
108 ErrCode WifiHotspotProxy::IsHotspotDualBandSupported(bool &isSupported) in IsHotspotDualBandSupported() function in OHOS::Wifi::WifiHotspotProxy
52 NO_SANITIZE("cfi") WifiErrorCode IsHotspotDualBandSupported(bool &isSupported) in IsHotspotDualBandSupported() function55 return GetCErrorCode(hotspotPtr->IsHotspotDualBandSupported(isSupported)); in IsHotspotDualBandSupported()
47 ErrCode IsHotspotDualBandSupported(bool &isSpuported) override;
131 ErrCode ret = IsHotspotDualBandSupported(isSupported); in OnIsHotspotDualBandSupported()
59 ErrCode WifiHotspotServiceImpl::IsHotspotDualBandSupported(bool &isSupported) in IsHotspotDualBandSupported() function in OHOS::Wifi::WifiHotspotServiceImpl
45 ErrCode IsHotspotDualBandSupported(bool &isSupported) override in IsHotspotDualBandSupported() function in OHOS::Wifi::WifiHotSpotStubFuzzTest
67 NO_SANITIZE("cfi") napi_value IsHotspotDualBandSupported(napi_env env, napi_callback_info info) in IsHotspotDualBandSupported() function71 ErrCode ret = wifiHotspotPtr->IsHotspotDualBandSupported(isSupported); in IsHotspotDualBandSupported()
336 DECLARE_NAPI_FUNCTION("isHotspotDualBandSupported", IsHotspotDualBandSupported), in Init()