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:screenRegion
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregionmgr.cpp
77
for (const auto &
screenRegion
: screenRegions_) {
in Release()
78
if (
screenRegion
== nullptr) {
in Release()
81
int32_t ret =
screenRegion
->Release();
in Release()
84
GetAnonyString(
screenRegion
->GetRemoteDevId()).c_str(), ret);
in Release()
95
auto
screenRegion
= std::make_shared<ScreenRegion>(peerDevId);
in CreateDScreenRegion()
local
96
screenRegion
->InitReceiverEngine(providerPtr_);
in CreateDScreenRegion()
97
screenRegions_.push_back(
screenRegion
);
in CreateDScreenRegion()
119
result.append("
screenRegion
OnLine:\n[\n");
in GetScreenDumpInfo()
123
DHLOGD("no
screenRegion
");
in GetScreenDumpInfo()
129
for (const auto &
screenRegion
in GetScreenDumpInfo()
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregionmgr.cpp
55
std::shared_ptr<ScreenRegion>
screenRegion
= item.second;
in ReleaseAllRegions()
local
56
if (
screenRegion
== nullptr) {
in ReleaseAllRegions()
59
int32_t ret =
screenRegion
->Stop();
in ReleaseAllRegions()
62
GetAnonyString(
screenRegion
->GetRemoteDevId()).c_str(), ret);
in ReleaseAllRegions()
85
result.append("
screenRegion
OnLine:\n[\n");
in GetScreenDumpInfo()
88
DHLOGD("no
screenRegion
");
in GetScreenDumpInfo()
94
std::shared_ptr<ScreenRegion>
screenRegion
= iter.second;
in GetScreenDumpInfo()
local
95
if (
screenRegion
== nullptr) {
in GetScreenDumpInfo()
98
uint64_t screenId =
screenRegion
->GetScreenId();
in GetScreenDumpInfo()
99
std::string remoteDevId =
screenRegion
in GetScreenDumpInfo()
154
std::shared_ptr<ScreenRegion>
screenRegion
= std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId);
HandleNotifySetUp()
local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H
A
D
screenregionmgr_test.cpp
48
std::shared_ptr<ScreenRegion>
screenRegion
= std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId);
in HWTEST_F()
local
49
ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] =
screenRegion
;
in HWTEST_F()
64
std::shared_ptr<ScreenRegion>
screenRegion
= nullptr;
in HWTEST_F()
local
65
ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] =
screenRegion
;
in HWTEST_F()
91
std::shared_ptr<ScreenRegion>
screenRegion
= std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId);
in HWTEST_F()
local
93
ScreenRegionManager::GetInstance().screenRegions_[remoteDevId] =
screenRegion
;
in HWTEST_F()
95
screenRegion
->videoParam_ = std::make_shared<VideoParam>();
in HWTEST_F()
96
screenRegion
->videoParam_->SetScreenWidth(100);
in HWTEST_F()
97
screenRegion
->videoParam_->SetScreenHeight(100);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H
A
D
rs_occlusion_region_test.cpp
355
Region
screenRegion
{screen};
in HWTEST_F()
358
std::cout << "
screenRegion
" <<
screenRegion
.GetRegionInfo() << std::endl;
in HWTEST_F()
359
transparentRegion.AndSelf(
screenRegion
);
in HWTEST_F()
360
auto res = opaqueRegion.AndSelf(
screenRegion
);
in HWTEST_F()
379
Region
screenRegion
{screen};
in HWTEST_F()
382
std::cout << "
screenRegion
" <<
screenRegion
.GetRegionInfo() << std::endl;
in HWTEST_F()
383
transparentRegion.AndSelf(
screenRegion
);
in HWTEST_F()
384
auto res = opaqueRegion.AndSelf(
screenRegion
);
in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_surface_render_node.cpp
1718
Occlusion::Region
screenRegion
{screen};
in ResetSurfaceOpaqueRegion()
1719
transparentRegion_.AndSelf(
screenRegion
);
in ResetSurfaceOpaqueRegion()
1720
opaqueRegion_.AndSelf(
screenRegion
);
in ResetSurfaceOpaqueRegion()
Completed in 7 milliseconds