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:BAND_UNKNOWN
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/net/wifi/common/
H
A
D
softbus_wifi_api_adapter_virtual.c
71
return
BAND_UNKNOWN
;
in SoftBusGetLinkBand()
H
A
D
softbus_wifi_api_adapter.c
349
return
BAND_UNKNOWN
;
in SoftBusGetLinkBand()
357
return
BAND_UNKNOWN
;
in SoftBusGetLinkBand()
/foundation/communication/dsoftbus/tests/adapter/unittest/
H
A
D
softbus_wifi_api_test.cpp
224
.band =
BAND_UNKNOWN
,
in HWTEST_F()
229
EXPECT_TRUE(ret ==
BAND_UNKNOWN
);
in HWTEST_F()
238
EXPECT_TRUE(ret ==
BAND_UNKNOWN
);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H
A
D
lnn_wifi_adpter_mock.cpp
49
EXPECT_CALL(*this, SoftBusGetLinkBand).WillRepeatedly(Return(
BAND_UNKNOWN
));
in SetDefaultResult()
/foundation/communication/dsoftbus/adapter/common/net/wifi/include/
H
A
D
softbus_wifi_api_adapter.h
40
BAND_UNKNOWN
,
enumerator
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H
A
D
lnn_select_rule.c
118
if (band != BAND_24G && band !=
BAND_UNKNOWN
) {
in Wlan2P4GCapCheck()
148
if (band != BAND_5G && band !=
BAND_UNKNOWN
) {
in Wlan5GCapCheck()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_network_info_test.cpp
308
EXPECT_CALL(serviceMock, IsFeatureSupport).WillRepeatedly(Return(
BAND_UNKNOWN
));
in HWTEST_F()
Completed in 5 milliseconds