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:cleansession
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H
A
D
Clients.h
136
unsigned int
cleansession
: 1; /**< MQTT V3 clean session flag */
member
H
A
D
MQTTAsync.h
1039
* This is a boolean value. The
cleansession
setting controls the behaviour
1047
* When
cleansession
is true, the state information is discarded at
1048
* connect and disconnect. Setting
cleansession
to false keeps the state
1054
* session still exists, and
cleansession
=true, then the previous session
1055
* information at the client and server is cleared. If
cleansession
=false,
1059
int
cleansession
;
member
1277
*
cleansession
settings for both the previous and the new connection (see
1278
* MQTTAsync_connectOptions.
cleansession
and MQTTAsync_connect()).
1708
conn_opts.
cleansession
= 1;
1789
conn_opts.
cleansession
[all...]
H
A
D
MQTTClient.h
806
* This is a boolean value. The
cleansession
setting controls the behaviour
814
* When
cleansession
is true, the state information is discarded at
815
* connect and disconnect. Setting
cleansession
to false keeps the state
821
* session still exists, and
cleansession
=true, then the previous session
822
* information at the client and server is cleared. If
cleansession
=false,
826
int
cleansession
;
member
993
*
cleansession
settings for both the previous and the new connection (see
994
* MQTTClient_connectOptions.
cleansession
and MQTTClient_connect()).
1437
conn_opts.
cleansession
= 1;
1520
conn_opts.
cleansession
[all...]
Completed in 5 milliseconds