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 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregion_test.cpp
65
EXPECT_EQ(mapRelation, screenRegion_->
mapRelation_
);
in HWTEST_F()
156
screenRegion_->
mapRelation_
= nullptr;
in HWTEST_F()
169
screenRegion_->
mapRelation_
= std::make_shared<DScreenMapRelation>();
in HWTEST_F()
175
screenRegion_->
mapRelation_
->SetScreenRect(screenRect);
in HWTEST_F()
199
screenRegion_->
mapRelation_
= nullptr;
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregion.cpp
60
mapRelation_
= mapRelation;
in SetMapRelation()
98
if (
mapRelation_
== nullptr) {
in SetUpWindow()
102
ScreenRect screenRect =
mapRelation_
->GetScreenRect();
in SetUpWindow()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/include/
H
A
D
screenregion.h
67
std::shared_ptr<DScreenMapRelation>
mapRelation_
= nullptr;
member in OHOS::DistributedHardware::V1_0::ScreenRegion
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/include/
H
A
D
screenregion.h
77
std::shared_ptr<DScreenMapRelation>
mapRelation_
= nullptr;
member in OHOS::DistributedHardware::V2_0::ScreenRegion
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
147
mapRelation_
= std::make_shared<DScreenMapRelation>(contentJson[KEY_MAPRELATION].get<DScreenMapRelation>());
in SetUp()
173
if (
mapRelation_
== nullptr) {
in ConfigWindow()
177
ScreenRect screenRect =
mapRelation_
->GetScreenRect();
in ConfigWindow()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion_test.cpp
359
std::shared_ptr<DScreenMapRelation>
mapRelation_
= nullptr;
in HWTEST_F()
local
377
screenRegion_->
mapRelation_
= std::make_shared<DScreenMapRelation>();
in HWTEST_F()
378
screenRegion_->
mapRelation_
->SetScreenRect(screenRect);
in HWTEST_F()
Completed in 4 milliseconds