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:GO_BAND_5GHZ
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/wifi/wifi/interfaces/kits/c/
H
A
D
wifi_p2p_config.h
37
GO_BAND_5GHZ
enumerator
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H
A
D
wifi_napi_utils.h
224
GO_BAND_5GHZ
= 2,
member in OHOS::Wifi::AddressTypeJs::GroupOwnerBandJs
/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
};
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H
A
D
wifi_napi_entry.cpp
131
SetNamedPropertyByInteger(env, groupOwnerBand, static_cast<int>(GroupOwnerBandJs::
GO_BAND_5GHZ
), "
GO_BAND_5GHZ
");
in GroupOwnerBandInit()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H
A
D
rpt_manager_state_machine.cpp
484
hotspotConfig.GetBand() == BandType::BAND_5GHZ ? GroupOwnerBand::
GO_BAND_5GHZ
:
in CreateRptConfig()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H
A
D
p2p_group_operating_state.cpp
91
config.GetGoBand() == GroupOwnerBand::
GO_BAND_5GHZ
) ||
in ProcessCmdCreateRptGroup()
H
A
D
p2p_state_machine.cpp
1026
if (band != GroupOwnerBand::GO_BAND_2GHZ && band != GroupOwnerBand::
GO_BAND_5GHZ
) {
in GetAvailableFreqByBand()
1033
if (band == GroupOwnerBand::
GO_BAND_5GHZ
) {
in GetAvailableFreqByBand()
/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()
Completed in 10 milliseconds