Home
last modified time | relevance | path

Searched refs:GetValidBands (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_interface.cpp84 ErrCode ApInterface::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::ApInterface
86 return m_ApService.GetValidBands(bands); in GetValidBands()
H A Di_ap_service.h38 virtual ErrCode GetValidBands(std::vector<BandType> &bands) = 0;
H A Dap_interface.h112 virtual ErrCode GetValidBands(std::vector<BandType> &bands) override;
H A Dap_service.h111 ErrCode GetValidBands(std::vector<BandType> &bands);
H A Dap_service.cpp191 ErrCode ApService::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::ApService
196 if (WifiChannelHelper::GetInstance().GetValidBands(bands) != 0) { in GetValidBands()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_service_test.cpp139 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->GetValidBands(vecSta));
147 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->GetValidBands(vecSta));
208 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->GetValidBands(vecSta));
219 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->GetValidBands(vecSta));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_service.h37 MOCK_METHOD1(GetValidBands, ErrCode(std::vector<BandType> &bands));
H A Dmock_ap_interface.h38 virtual ErrCode GetValidBands(std::vector<BandType> &bands);
H A Dmock_ap_interface.cpp65 ErrCode ApInterface::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::ApInterface
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp186 ErrCode WifiHotspotImpl::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::WifiHotspotImpl
190 return client_->GetValidBands(bands); in GetValidBands()
H A Dwifi_hotspot_impl.h153 ErrCode GetValidBands(std::vector<BandType> &bands) override;
H A Dwifi_hotspot_proxy.h142 ErrCode GetValidBands(std::vector<BandType> &bands) override;
H A Dwifi_hotspot_proxy.cpp555 ErrCode WifiHotspotProxy::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::WifiHotspotProxy
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_channel_helper.h31 int GetValidBands(std::vector<BandType> &bands);
H A Dwifi_channel_helper.cpp57 int WifiChannelHelper::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::WifiChannelHelper
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h145 virtual ErrCode GetValidBands(std::vector<BandType> &bands) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h144 virtual ErrCode GetValidBands(std::vector<BandType> &bands) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp81 if (WifiChannelHelper::GetInstance().GetValidBands(bands) < 0) { in IsHotspotDualBandSupported()
178 WifiChannelHelper::GetInstance().GetValidBands(bandsFromCenter); in SetHotspotConfig()
530 ErrCode WifiHotspotServiceImpl::GetValidBands(std::vector<BandType> &bands) in GetValidBands() function in OHOS::Wifi::WifiHotspotServiceImpl
538 if (WifiChannelHelper::GetInstance().GetValidBands(bands) < 0) { in GetValidBands()
H A Dwifi_hotspot_service_impl.h141 ErrCode GetValidBands(std::vector<BandType> &bands) override;
H A Dwifi_hotspot_stub.cpp305 ErrCode ret = GetValidBands(bands); in OnGetValidBands()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.h70 ErrCode GetValidBands(std::vector<BandType> &bands);
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp275 pApService->GetValidBands(bands); in GetValidBandsFuzzTest()
276 pApInterface->GetValidBands(bands); in GetValidBandsFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp153 ErrCode result = devicePtr->GetValidBands(bands);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_channel_helper_test.cpp49 WifiChannelHelper::GetInstance().GetValidBands(bands);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h180 virtual int GetValidBands(std::vector<BandType> &bands)= 0;
348 MOCK_METHOD1(GetValidBands, int(std::vector<BandType> &bands));