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:reasonCode
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H
A
D
MQTTAsync.h
412
enum MQTTReasonCodes
reasonCode
);
451
enum MQTTReasonCodes
reasonCode
;
member
500
enum MQTTReasonCodes
reasonCode
; /**< MQTT V5 reason code returned */
member
1249
enum MQTTReasonCodes
reasonCode
;
member
H
A
D
MQTTClient.h
435
* @param
reasonCode
The MQTT V5 reason code received with the disconnect.
439
enum MQTTReasonCodes
reasonCode
);
477
* @param
reasonCode
the reason code returned from the server
480
enum MQTTReasonCodes
reasonCode
);
972
enum MQTTReasonCodes
reasonCode
;
member
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H
A
D
wifi.h
61
unsigned int WifiDisconnect(unsigned short
reasonCode
);
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
660
static int32_t FakeStaDisonnect(NetDevice *netDev, uint16_t
reasonCode
)
in FakeStaDisonnect()
argument
663
(void)
reasonCode
;
in FakeStaDisonnect()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
41
int32_t WalDisconnect(NetDevice *netDev, uint16_t
reasonCode
)
in WalDisconnect()
argument
43
return wal_cfg80211_disconnect(NULL, netDev,
reasonCode
);
in WalDisconnect()
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
1048
int32_t HdfDisconnect(NetDevice *hnetDev, uint16_t
reasonCode
)
in HdfDisconnect()
argument
1076
ret = wl_cfg80211_ops.disconnect(wiphy, ndev,
reasonCode
);
in HdfDisconnect()
Completed in 12 milliseconds