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:jsonRootNode
(Results
1 - 1
of
1
) sorted by relevance
/base/startup/init/services/modules/trace/
H
A
D
init_trace.c
73
cJSON *
jsonRootNode
;
member
118
workspace->
jsonRootNode
= cJSON_Parse(fileBuf);
in InitTraceWorkspace()
119
PLUGIN_CHECK(workspace->
jsonRootNode
!= NULL, free(fileBuf);
in InitTraceWorkspace()
121
workspace->compress = cJSON_IsTrue(cJSON_GetObjectItem(workspace->
jsonRootNode
, "compress")) ? 1 : 0;
in InitTraceWorkspace()
133
if (workspace->
jsonRootNode
) {
in DestroyTraceWorkspace()
134
cJSON_Delete(workspace->
jsonRootNode
);
in DestroyTraceWorkspace()
135
workspace->
jsonRootNode
= NULL;
in DestroyTraceWorkspace()
246
cJSON *userItem = GetArrayItem(workspace->
jsonRootNode
, &size, TRACE_CFG_USER);
in SetUserSpaceSettings()
271
cJSON *kernelItem = GetArrayItem(workspace->
jsonRootNode
, &size, TRACE_CFG_KERNEL);
in SetKernelTraceEnabled()
452
PLUGIN_CHECK(workspace->traceRootPath != NULL && workspace->
jsonRootNode
!
in InitStartTrace()
[all...]
Completed in 1 milliseconds