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:jsonStr2
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
util_test.cpp
50
std::string
jsonStr2
= "{\"cust.bootanimation.pics\":1,\"cust.bootanimation.sounds\":1,\
in HWTEST_F()
local
53
cJSON* jsonData2 = cJSON_Parse(
jsonStr2
.c_str());
in HWTEST_F()
79
std::string
jsonStr2
= "{\"cust.bootanimation.multi_display\":1}";
in HWTEST_F()
local
80
cJSON* jsonData2 = cJSON_Parse(
jsonStr2
.c_str());
in HWTEST_F()
128
std::string
jsonStr2
= "[1]";
in HWTEST_F()
local
129
cJSON* jsonData2 = cJSON_Parse(
jsonStr2
.c_str());
in HWTEST_F()
151
std::string
jsonStr2
= "{\"cust.bootanimation.duration\":10}";
in HWTEST_F()
local
152
cJSON* jsonData2 = cJSON_Parse(
jsonStr2
.c_str());
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/test/unittest/
H
A
D
av_sync_utils_test.cpp
133
std::string
jsonStr2
(cjson2);
in HWTEST_F()
134
ret = UnmarshalSharedMemory(
jsonStr2
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanagera_fuzzer/
H
A
D
abilityautostartupdatamanagera_fuzzer.cpp
45
const std::string
jsonStr2
= "{\n\"isAutoStartup\": \"true\", \n\"isEdmForce\": \"true\"\n}";
member
132
DistributedKv::Value value2(
jsonStr2
);
in AbilityAutoStartupDataManagerFuzztest2()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H
A
D
daudio_input_test.cpp
165
std::string
jsonStr2
(cjson2);
in HWTEST_F()
166
ret = meta->UnmarshalAudioMeta(
jsonStr2
);
in HWTEST_F()
264
std::string
jsonStr2
(cjson2);
in HWTEST_F()
265
ret = meta->UnmarshalVideoMeta(
jsonStr2
);
in HWTEST_F()
448
std::string
jsonStr2
(cjson2);
in HWTEST_F()
449
ret = avMessage->UnmarshalMessage(
jsonStr2
, peerDevId);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_net_builder_mock_test.cpp
1673
char
jsonStr2
[] = "{\"NODE_ADDR\":\"127.0.0.1\",\"PROXY_PORT\":1000,\"SESSION_PORT\":1001}";
in HWTEST_F()
local
1686
reinterpret_cast<uint8_t *>(
jsonStr2
), strlen(
jsonStr2
) + 1);
in HWTEST_F()
Completed in 6 milliseconds