Home
last modified time | relevance | path

Searched refs:GroupOwnerBand (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_p2p_config.h34 typedef enum GroupOwnerBand { enum
38 } GroupOwnerBand; typedef
43 GroupOwnerBand goBand;
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h142 enum class GroupOwnerBand { GO_BAND_AUTO, GO_BAND_2GHZ, GO_BAND_5GHZ }; class in OHOS::Wifi::P2pWfdInfoType::P2pDeviceType::P2pDeviceCapability::P2pGroupCapability
344 goBand(GroupOwnerBand::GO_BAND_AUTO), in WifiP2pConfig()
365 void SetGoBand(GroupOwnerBand setGoBand);
366 GroupOwnerBand GetGoBand() const;
379 GroupOwnerBand goBand;
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_state_machine_test.cpp365 int WarpGetAvailableFreqByBand(GroupOwnerBand band) const in WarpGetAvailableFreqByBand()
738 GroupOwnerBand band = GroupOwnerBand::GO_BAND_AUTO; in HWTEST_F()
744 GroupOwnerBand band = GroupOwnerBand::GO_BAND_2GHZ; in HWTEST_F()
752 GroupOwnerBand band = GroupOwnerBand::GO_BAND_2GHZ; in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Drpt_manager_state_machine.cpp483 p2pConfig.SetGoBand(hotspotConfig.GetBand() == BandType::BAND_2GHZ ? GroupOwnerBand::GO_BAND_2GHZ : in CreateRptConfig()
484 hotspotConfig.GetBand() == BandType::BAND_5GHZ ? GroupOwnerBand::GO_BAND_5GHZ : in CreateRptConfig()
485 GroupOwnerBand::GO_BAND_AUTO); in CreateRptConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H A Dp2p_state_machine.cpp1023 int P2pStateMachine::GetAvailableFreqByBand(GroupOwnerBand band) const in GetAvailableFreqByBand()
1026 if (band != GroupOwnerBand::GO_BAND_2GHZ && band != GroupOwnerBand::GO_BAND_5GHZ) { in GetAvailableFreqByBand()
1033 if (band == GroupOwnerBand::GO_BAND_5GHZ) { in GetAvailableFreqByBand()
1038 if (band == GroupOwnerBand::GO_BAND_2GHZ) { in GetAvailableFreqByBand()
H A Dp2p_group_operating_state.cpp91 config.GetGoBand() == GroupOwnerBand::GO_BAND_5GHZ) || in ProcessCmdCreateRptGroup()
93 config.GetGoBand() == GroupOwnerBand::GO_BAND_2GHZ); in ProcessCmdCreateRptGroup()
H A Dp2p_state_machine.h259 virtual int GetAvailableFreqByBand(GroupOwnerBand band) const;
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp589 void WifiP2pConfig::SetGoBand(GroupOwnerBand setGoBand) in SetGoBand()
594 GroupOwnerBand WifiP2pConfig::GetGoBand() const in GetGoBand()
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_p2p.cpp311 int band = static_cast<int>(GroupOwnerBand::GO_BAND_AUTO); in JsObjToP2pConfig()
325 config.SetGoBand(static_cast<GroupOwnerBand>(band)); in JsObjToP2pConfig()
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_p2p.cpp94 cppConfig.SetGoBand(OHOS::Wifi::GroupOwnerBand(static_cast<int>(config->goBand))); in ConvertConfigCToCpp()
/foundation/communication/wifi/wifi/frameworks/cj/src/
H A Dwifi_ffi.cpp260 config.SetGoBand(static_cast<GroupOwnerBand>(cfg.goBand)); in CjWifiP2PConfig2C()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_sink_scene.cpp943 cfg.SetGoBand(Wifi::GroupOwnerBand::GO_BAND_5GHZ); in WfdP2pStart()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p_sa/
H A Dwifi_p2p_stub.cpp728 config.SetGoBand(static_cast<GroupOwnerBand>(data.ReadInt32())); in ReadWifiP2pConfigData()

Completed in 17 milliseconds