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:topic
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H
A
D
MQTTClient.h
164
* Return code: The
topic
has been truncated (the
topic
string includes
165
* embedded NULL characters). String functions will not access the full
topic
.
166
* Use the
topic
length value to access the full
topic
.
264
* message
topic
is not part of this structure (see MQTTClient_publishMessage(),
300
* transmitted to new subscribers to a
topic
that matches the message
topic
.
341
* @param topicName The
topic
associated with the received message.
342
* @param topicLen The length of the
topic
i
[all...]
H
A
D
Clients.h
48
char *
topic
;
member
76
char *
topic
;
member
H
A
D
MQTTAsync.h
148
* Return code: The
topic
has been truncated (the
topic
string includes
149
* embedded NULL characters). String functions will not access the full
topic
.
150
* Use the
topic
length value to access the full
topic
.
255
* message
topic
is not part of this structure (see MQTTAsync_publishMessage(),
291
* transmitted to new subscribers to a
topic
that matches the message
topic
.
332
* @param topicName The
topic
associated with the received message.
333
* @param topicLen The length of the
topic
i
[all...]
H
A
D
MQTTProtocolOut.h
34
size_t MQTTProtocol_addressPort(const char* uri, int* port, const char **
topic
);
H
A
D
SocketBuffer.h
86
pending_writes* SocketBuffer_updateWrite(int socket, char*
topic
, char* payload);
H
A
D
MQTTPacket.h
125
*willTopic, /**< will
topic
*/
203
char*
topic
; /**<
topic
string */
member
Completed in 4 milliseconds