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:roots
(Results
1 - 3
of
3
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H
A
D
convert_utils.cpp
103
cJSON *
roots
= GetJsonBundleInfos(bundleInfo, numOfBundleInfo);
in ConvertBundleInfosToString()
local
104
if (
roots
== nullptr) {
in ConvertBundleInfosToString()
107
char *strs = cJSON_PrintUnformatted(
roots
);
in ConvertBundleInfosToString()
108
cJSON_Delete(
roots
);
in ConvertBundleInfosToString()
174
cJSON *
roots
= cJSON_ParseWithLength(strs, buffSize);
in ConvertStringToBundleInfos()
local
175
if (
roots
== nullptr) {
in ConvertStringToBundleInfos()
179
if (!cJSON_IsArray(
roots
) || static_cast<uint32_t>(cJSON_GetArraySize(
roots
)) != numOfBundleInfo) {
in ConvertStringToBundleInfos()
180
cJSON_Delete(
roots
);
in ConvertStringToBundleInfos()
186
cJSON_Delete(
roots
);
in ConvertStringToBundleInfos()
331
cJSON *
roots
= cJSON_CreateArray();
GetJsonBundleInfos()
local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H
A
D
drawable_descriptor.cpp
132
cJSON*
roots
= cJSON_ParseWithLength(reinterpret_cast<const char*>(jsonBuf_.get()), len_);
in PreGetPixelMapFromJsonBuf()
local
134
if (
roots
== nullptr) {
in PreGetPixelMapFromJsonBuf()
140
item = cJSON_GetObjectItem(
roots
->child, DRAWABLEDESCRIPTOR_JSON_KEY_BACKGROUND);
in PreGetPixelMapFromJsonBuf()
142
item = cJSON_GetObjectItem(
roots
->child, DRAWABLEDESCRIPTOR_JSON_KEY_FOREGROUND);
in PreGetPixelMapFromJsonBuf()
145
cJSON_Delete(
roots
);
in PreGetPixelMapFromJsonBuf()
153
cJSON_Delete(
roots
);
in PreGetPixelMapFromJsonBuf()
156
cJSON_Delete(
roots
);
in PreGetPixelMapFromJsonBuf()
/foundation/window/window_manager/wmserver/src/
H
A
D
window_layout_policy_cascade.cpp
578
std::vector<std::vector<sptr<WindowNode>>>
roots
= { aboveAppWindowNodeVec, appWindowNodeVec };
in GetCurCascadeRect()
local
579
for (auto& root :
roots
) {
in GetCurCascadeRect()
Completed in 4 milliseconds