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:arrItem
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/init/services/init/
H
A
D
init_service_manager.c
209
cJSON *
arrItem
= cJSON_GetObjectItemCaseSensitive(fileRoot, arrName);
in GetArrayItem()
local
210
if (!cJSON_IsArray(
arrItem
)) {
in GetArrayItem()
213
*arrSize = cJSON_GetArraySize(
arrItem
);
in GetArrayItem()
215
return
arrItem
;
in GetArrayItem()
290
cJSON *
arrItem
= cJSON_GetObjectItemCaseSensitive(curArrItem, GID_STR_IN_CFG);
in GetServiceGids()
local
291
if (!
arrItem
) {
in GetServiceGids()
293
} else if (!cJSON_IsArray(
arrItem
)) {
in GetServiceGids()
296
gidCount = cJSON_GetArraySize(
arrItem
);
in GetServiceGids()
308
if (!cJSON_IsArray(
arrItem
)) {
in GetServiceGids()
309
int ret = GetGid(
arrItem
,
in GetServiceGids()
690
cJSON *
arrItem
= cJSON_GetObjectItem(curArrItem, attrName);
GetCritical()
local
922
cJSON *
arrItem
= cJSON_GetObjectItem(curArrItem, attrName);
GetServicePeriod()
local
[all...]
/base/startup/init/services/modules/trace/
H
A
D
init_trace.c
235
cJSON *
arrItem
= cJSON_GetObjectItemCaseSensitive(fileRoot, arrName);
in GetArrayItem()
local
236
PLUGIN_CHECK(cJSON_IsArray(
arrItem
), return NULL);
in GetArrayItem()
237
*arrSize = cJSON_GetArraySize(
arrItem
);
in GetArrayItem()
238
return *arrSize > 0 ?
arrItem
: NULL;
in GetArrayItem()
/base/startup/init/test/unittest/lite/
H
A
D
cmd_func_test.cpp
570
cJSON *
arrItem
= cJSON_GetObjectItemCaseSensitive(fileRoot, arrName.c_str());
in GetArrItem()
local
571
arrSize = cJSON_GetArraySize(
arrItem
);
in GetArrItem()
575
return
arrItem
;
in GetArrItem()
Completed in 4 milliseconds