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:eventContentJson
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregionmgr.cpp
118
bool ScreenRegionManager::CheckContentJson(json &
eventContentJson
)
in CheckContentJson()
argument
120
if (!IsUInt64(
eventContentJson
, KEY_SCREEN_ID)) {
in CheckContentJson()
123
if (!IsString(
eventContentJson
, KEY_DH_ID)) {
in CheckContentJson()
126
if (
eventContentJson
.contains(KEY_VERSION) && !IsString(
eventContentJson
, KEY_VERSION)) {
in CheckContentJson()
135
json
eventContentJson
= json::parse(eventContent, nullptr, false);
in HandleNotifySetUp()
local
136
if (
eventContentJson
.is_discarded()||!CheckContentJson(
eventContentJson
) ||
in HandleNotifySetUp()
137
!
eventContentJson
.contains(KEY_VIDEO_PARAM) || !
eventContentJson
in HandleNotifySetUp()
197
json
eventContentJson
;
NotifyRemoteSourceSetUpResult()
local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_manager.cpp
483
json
eventContentJson
;
in NotifyRemoteSinkSetUp()
local
484
eventContentJson
[KEY_SCREEN_ID] = dScreen->GetScreenId();
in NotifyRemoteSinkSetUp()
485
eventContentJson
[KEY_DH_ID] = dScreen->GetDHId();
in NotifyRemoteSinkSetUp()
491
eventContentJson
[KEY_VIDEO_PARAM] = *(dScreen->GetVideoParam());
in NotifyRemoteSinkSetUp()
492
eventContentJson
[KEY_VERSION] = dScreen->GetScreenVersion();
in NotifyRemoteSinkSetUp()
498
eventContentJson
[KEY_MAPRELATION] = *(mapRelations_[dScreen->GetScreenId()]);
in NotifyRemoteSinkSetUp()
500
std::string eventContent =
eventContentJson
.dump();
in NotifyRemoteSinkSetUp()
522
json
eventContentJson
= json::parse(eventContent, nullptr, false);
in HandleNotifySetUpResult()
local
523
if (
eventContentJson
.is_discarded()) {
in HandleNotifySetUpResult()
528
if (!CheckContent(
eventContentJson
)) {
in HandleNotifySetUpResult()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H
A
D
screenregionmgr.h
50
bool CheckContentJson(json &
eventContentJson
);
Completed in 3 milliseconds