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:mapRelation
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/common/src/
H
A
D
screen_manager_adapter.cpp
161
std::shared_ptr<DScreenMapRelation>
mapRelation
= std::make_shared<DScreenMapRelation>();
in GetMapRelation()
local
172
mapRelation
->SetDisplayId(display->GetId());
in GetMapRelation()
173
mapRelation
->SetScreenId(screenId);
in GetMapRelation()
179
mapRelation
->SetDisplayRect(displayRect);
in GetMapRelation()
180
mapRelation
->SetScreenRect(screenRect);
in GetMapRelation()
181
return
mapRelation
;
in GetMapRelation()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregion_test.cpp
63
std::shared_ptr<DScreenMapRelation>
mapRelation
= std::make_shared<DScreenMapRelation>();
in HWTEST_F()
local
64
screenRegion_->SetMapRelation(
mapRelation
);
in HWTEST_F()
65
EXPECT_EQ(
mapRelation
, screenRegion_->mapRelation_);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregion.cpp
58
void ScreenRegion::SetMapRelation(std::shared_ptr<DScreenMapRelation> &
mapRelation
)
in SetMapRelation()
argument
60
mapRelation_ =
mapRelation
;
in SetMapRelation()
99
DHLOGE("ScreenRegion::SetUp
mapRelation
is nullptr.");
in SetUpWindow()
H
A
D
screenregionmgr.cpp
150
std::shared_ptr<DScreenMapRelation>
mapRelation
=
in HandleNotifySetUp()
local
156
screenRegion->SetMapRelation(
mapRelation
);
in HandleNotifySetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H
A
D
screenregion.h
48
void SetMapRelation(std::shared_ptr<DScreenMapRelation> &
mapRelation
);
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
474
auto
mapRelation
= ScreenMgrAdapter::GetInstance().GetMapRelation(screenId_);
in SetUp()
local
475
if (
mapRelation
== nullptr) {
in SetUp()
479
DisplayRect displayRect =
mapRelation
->GetDisplayRect();
in SetUp()
487
paramJson[KEY_MAPRELATION] = *
mapRelation
;
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_manager.cpp
141
std::shared_ptr<DScreenMapRelation>
mapRelation
= ScreenMgrAdapter::GetInstance().GetMapRelation(screenId);
in AddToGroup()
local
142
if (
mapRelation
== nullptr) {
in AddToGroup()
143
DHLOGE("
mapRelation
construct failed. screenId: %{public}" PRIu64, screenId);
in AddToGroup()
152
DisplayRect displayRect =
mapRelation
->GetDisplayRect();
in AddToGroup()
159
mapRelations_[screenId] =
mapRelation
;
in AddToGroup()
494
DHLOGE("
mapRelation
not found, back to enabled state screedId: %{public}" PRIu64, dScreen->GetScreenId());
in NotifyRemoteSinkSetUp()
Completed in 7 milliseconds