Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GroupOwnerBand
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/wifi/wifi/interfaces/kits/c/
H
A
D
wifi_p2p_config.h
34
typedef enum
GroupOwnerBand
{
enum
38
}
GroupOwnerBand
;
typedef
43
GroupOwnerBand
goBand;
/foundation/communication/wifi/wifi/interfaces/inner_api/
H
A
D
wifi_p2p_msg.h
142
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
D
p2p_state_machine_test.cpp
365
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
D
rpt_manager_state_machine.cpp
483
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
D
p2p_state_machine.cpp
1023
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
D
p2p_group_operating_state.cpp
91
config.GetGoBand() ==
GroupOwnerBand
::GO_BAND_5GHZ) ||
in ProcessCmdCreateRptGroup()
93
config.GetGoBand() ==
GroupOwnerBand
::GO_BAND_2GHZ);
in ProcessCmdCreateRptGroup()
H
A
D
p2p_state_machine.h
259
virtual int GetAvailableFreqByBand(
GroupOwnerBand
band) const;
/foundation/communication/wifi/wifi/frameworks/native/src/
H
A
D
wifi_p2p_msg.cpp
589
void WifiP2pConfig::SetGoBand(
GroupOwnerBand
setGoBand)
in SetGoBand()
594
GroupOwnerBand
WifiP2pConfig::GetGoBand() const
in GetGoBand()
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H
A
D
wifi_napi_p2p.cpp
311
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
D
wifi_c_p2p.cpp
94
cppConfig.SetGoBand(OHOS::Wifi::
GroupOwnerBand
(static_cast<int>(config->goBand)));
in ConvertConfigCToCpp()
/foundation/communication/wifi/wifi/frameworks/cj/src/
H
A
D
wifi_ffi.cpp
260
config.SetGoBand(static_cast<
GroupOwnerBand
>(cfg.goBand));
in CjWifiP2PConfig2C()
/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H
A
D
wfd_sink_scene.cpp
943
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
D
wifi_p2p_stub.cpp
728
config.SetGoBand(static_cast<
GroupOwnerBand
>(data.ReadInt32()));
in ReadWifiP2pConfigData()
Completed in 17 milliseconds