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:jsonStr3
(Results
1 - 5
of
5
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
util_test.cpp
57
std::string
jsonStr3
= "{\"cust.bootanimation.pics\":\"abc\",\"cust.bootanimation.sounds\":\"abc\",\
in HWTEST_F()
local
60
cJSON* jsonData3 = cJSON_Parse(
jsonStr3
.c_str());
in HWTEST_F()
83
std::string
jsonStr3
= "{\"cust.bootanimation.multi_display\":false}";
in HWTEST_F()
local
84
cJSON* jsonData3 = cJSON_Parse(
jsonStr3
.c_str());
in HWTEST_F()
132
std::string
jsonStr3
= "[\"abc\"]";
in HWTEST_F()
local
133
cJSON* jsonData3 = cJSON_Parse(
jsonStr3
.c_str());
in HWTEST_F()
155
std::string
jsonStr3
= "{\"cust.bootanimation.duration\":\"10\"}";
in HWTEST_F()
local
156
cJSON* jsonData3 = cJSON_Parse(
jsonStr3
.c_str());
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/test/unittest/
H
A
D
av_sync_utils_test.cpp
144
std::string
jsonStr3
(cjson3);
in HWTEST_F()
145
ret = UnmarshalSharedMemory(
jsonStr3
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanagera_fuzzer/
H
A
D
abilityautostartupdatamanagera_fuzzer.cpp
46
const std::string
jsonStr3
= "{\n\"isAutoStartup2\": true, \n\"isEdmForce2\": true\n}";
member
134
DistributedKv::Value value3(
jsonStr3
);
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
180
std::string
jsonStr3
(cjson3);
in HWTEST_F()
181
auto ret = meta->UnmarshalAudioMeta(
jsonStr3
);
in HWTEST_F()
280
std::string
jsonStr3
(cjson3);
in HWTEST_F()
281
auto ret = meta->UnmarshalVideoMeta(
jsonStr3
);
in HWTEST_F()
458
std::string
jsonStr3
(cjson3);
in HWTEST_F()
459
ret = avMessage->UnmarshalMessage(
jsonStr3
, peerDevId);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_net_builder_mock_test.cpp
1674
char
jsonStr3
[] = "{\"NODE_CODE\":1111,\"PROXY_PORT\":1000,\"SESSION_PORT\":1001}";
in HWTEST_F()
local
1688
reinterpret_cast<uint8_t *>(
jsonStr3
), strlen(
jsonStr3
) + 1);
in HWTEST_F()
Completed in 8 milliseconds