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:statusCode
(Results
1 - 4
of
4
) sorted by relevance
/drivers/hdf_core/framework/include/wifi/
H
A
D
hdf_wifi_event.h
135
uint16_t
statusCode
; /**< Authentication status code */
member
169
uint16_t
statusCode
; /**< Status code */
member
195
uint16_t
statusCode
; /**< Status code */
member
284
uint16_t
statusCode
; /**< 16-bit status code defined in the IEEE protocol */
member
/drivers/peripheral/wlan/wpa/client/include/
H
A
D
wpa_client.h
118
int
statusCode
;
member
126
unsigned short
statusCode
;
member
/drivers/peripheral/wlan/test/hdi_service/
H
A
D
wpa_callback_impl.c
100
HDF_LOGE("WpaCallbackAssociateReject:
statusCode
=%{public}d,timeOut=%{public}d",
in WpaCallbackAssociateReject()
101
associateRejectParam->
statusCode
, associateRejectParam->timeOut);
in WpaCallbackAssociateReject()
162
HDF_LOGI("WpaCallbackAuthReject: bssid=" MACSTR "
statusCode
=%{public}hd,authType=%{public}hd,authTransaction="
in WpaCallbackAuthReject()
163
"%{public}hd", MAC2STR(authRejectParam->bssid), authRejectParam->
statusCode
, authRejectParam->authType,
in WpaCallbackAuthReject()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H
A
D
wpa_common_cmd.c
1301
hdiWpaAssociateRejectParam->
statusCode
= associateRejectParam->
statusCode
;
in WpaFillWpaAssociateRejectParam()
1339
hdiWpaAuthRejectParam->
statusCode
= authRejectParam->
statusCode
;
in WpaFillWpaAuthRejectParam()
Completed in 5 milliseconds