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:contentJson
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
136
json
contentJson
= json::parse(content, nullptr, false);
in SetUp()
local
137
if (
contentJson
.is_discarded()) {
in SetUp()
140
if (!CheckContentJson(
contentJson
) || !
contentJson
.contains(KEY_VIDEO_PARAM) ||
in SetUp()
141
!
contentJson
.contains(KEY_MAPRELATION)) {
in SetUp()
144
screenId_ =
contentJson
[KEY_SCREEN_ID].get<uint64_t>();
in SetUp()
146
videoParam_ = std::make_shared<VideoParam>(
contentJson
[KEY_VIDEO_PARAM].get<VideoParam>());
in SetUp()
147
mapRelation_ = std::make_shared<DScreenMapRelation>(
contentJson
[KEY_MAPRELATION].get<DScreenMapRelation>());
in SetUp()
456
bool ScreenRegion::CheckContentJson(json &
contentJson
)
in CheckContentJson()
argument
458
if (!IsUInt64(
contentJson
, KEY_SCREEN_I
in CheckContentJson()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion_test.cpp
321
json
contentJson
;
in HWTEST_F()
local
322
content =
contentJson
.dump();
in HWTEST_F()
325
contentJson
[KEY_SCREEN_ID] = 12345;
in HWTEST_F()
326
content =
contentJson
.dump();
in HWTEST_F()
330
contentJson
[KEY_VIDEO_PARAM] = param;
in HWTEST_F()
331
content =
contentJson
.dump();
in HWTEST_F()
341
contentJson
[KEY_MAPRELATION] = dScreenMapRelation;
in HWTEST_F()
342
content =
contentJson
.dump();
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H
A
D
screenregion.h
61
bool CheckContentJson(json &
contentJson
);
/foundation/multimodalinput/input/service/key_command/test/
H
A
D
two_finger_long_touch_test.cpp
113
bool CreateTestJson(const std::string &
contentJson
);
175
bool TwoFingerLongTouchTest::CreateTestJson(const std::string &
contentJson
)
in CreateTestJson()
argument
190
file <<
contentJson
;
in CreateTestJson()
local
Completed in 3 milliseconds