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:paras
(Results
1 - 10
of
10
) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H
A
D
iot_profile.c
184
#define CN_PROFILE_CMDRESP_KEY_PARAS "
paras
"
191
cJSON *
paras
;
in MakeProfileCmdResp()
local
220
if (payload->
paras
!= NULL) {
in MakeProfileCmdResp()
221
paras
= MakeKvs(payload->
paras
);
in MakeProfileCmdResp()
222
if (
paras
== NULL) {
in MakeProfileCmdResp()
228
cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_PARAS,
paras
);
in MakeProfileCmdResp()
H
A
D
iot_profile.h
58
IoTProfileKVT *
paras
; // /<the command
paras
member
H
A
D
app_demo_iot.c
49
resp.
paras
= NULL;
in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H
A
D
iot_profile.c
183
#define CN_PROFILE_CMDRESP_KEY_PARAS "
paras
"
190
cJSON *
paras
;
in MakeProfileCmdResp()
local
219
if (payload->
paras
!= NULL) {
in MakeProfileCmdResp()
220
paras
= MakeKvs(payload->
paras
);
in MakeProfileCmdResp()
221
if (
paras
== NULL) {
in MakeProfileCmdResp()
227
cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_PARAS,
paras
);
in MakeProfileCmdResp()
H
A
D
iot_profile.h
88
IoTProfileKV *
paras
; ///< the command
paras
member
H
A
D
app_demo_iot.c
145
resp.
paras
= NULL;
in DemoMsgRcvCallBack()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H
A
D
iot_profile.c
186
#define CN_PROFILE_CMDRESP_KEY_PARAS "
paras
"
193
cJSON *
paras
;
in MakeProfileCmdResp()
local
221
if (payload->
paras
!= NULL) {
in MakeProfileCmdResp()
222
paras
= MakeKvs(payload->
paras
);
in MakeProfileCmdResp()
223
if (
paras
== NULL) {
in MakeProfileCmdResp()
229
cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_PARAS,
paras
);
in MakeProfileCmdResp()
H
A
D
iot_profile.h
59
IoTProfileKV_t *
paras
; // < the command
paras
member
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H
A
D
iot_profile.c
186
#define CN_PROFILE_CMDRESP_KEY_PARAS "
paras
"
193
cJSON *
paras
;
in MakeProfileCmdResp()
local
221
if (payload->
paras
!= NULL) {
in MakeProfileCmdResp()
222
paras
= MakeKvs(payload->
paras
);
in MakeProfileCmdResp()
223
if (
paras
== NULL) {
in MakeProfileCmdResp()
229
cJSON_AddItemToObjectCS(root, CN_PROFILE_CMDRESP_KEY_PARAS,
paras
);
in MakeProfileCmdResp()
H
A
D
iot_profile.h
59
IoTProfileKV_t *
paras
; // < the command
paras
member
Completed in 5 milliseconds