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:SCREEN_MIRROR
(Results
1 - 17
of
17
) sorted by relevance
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
multi_screen_manager.cpp
22
const std::string
SCREEN_MIRROR
= "mirror";
member
252
} else if (firstCombination == ScreenCombination::
SCREEN_MIRROR
) {
in MultiScreenModeChange()
298
secondarySession->SetScreenCombination(ScreenCombination::
SCREEN_MIRROR
);
in DoFirstMainChangeMirror()
320
if (secondaryCombination == ScreenCombination::
SCREEN_MIRROR
) {
in DoFirstMainChange()
326
} else if (operateType ==
SCREEN_MIRROR
) {
in DoFirstMainChange()
397
secondarySession->SetScreenCombination(ScreenCombination::
SCREEN_MIRROR
);
in DoFirstMirrorChangeMirror()
416
} else if (operateType ==
SCREEN_MIRROR
) {
in DoFirstMirrorChange()
469
secondarySession->SetScreenCombination(ScreenCombination::
SCREEN_MIRROR
);
in DoFirstExtendChangeMirror()
483
} else if (operateType ==
SCREEN_MIRROR
) {
in DoFirstExtendChange()
521
status ==
SCREEN_MIRROR
) {
in InternalScreenOnChange()
[all...]
H
A
D
screen_session_manager.cpp
111
const std::string
SCREEN_MIRROR
= "mirror";
member
733
multiScreenMode = MultiScreenMode::
SCREEN_MIRROR
;
in GetMultiScreenInfo()
1369
screenSession->SetScreenCombination(ScreenCombination::
SCREEN_MIRROR
);
in CreatePhysicalMirrorSessionInner()
1770
} else if (screenCombination == ScreenCombination::
SCREEN_MIRROR
) {
in SetMultiScreenStatus()
1771
status =
SCREEN_MIRROR
;
in SetMultiScreenStatus()
3167
mirrorScreen->SetScreenCombination(ScreenCombination::
SCREEN_MIRROR
);
in MirrorSwitchNotify()
3270
DMError ret = StopScreens(allMirrorScreenIds, ScreenCombination::
SCREEN_MIRROR
);
in StopMirror()
3299
if (screenGroup->combination_ == ScreenCombination::
SCREEN_MIRROR
&&
in StopScreens()
3769
SCREEN_ID_INVALID, name, ScreenCombination::
SCREEN_MIRROR
);
in AddAsFirstScreenLocked()
3884
group->combination_ == ScreenCombination::
SCREEN_MIRROR
in SetMirror()
[all...]
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
dm_common.h
341
SCREEN_MIRROR
= 1,
member in OHOS::Rosen::ScreenSourceMode
375
SCREEN_MIRROR
,
member in OHOS::Rosen::ScreenCombination
382
SCREEN_MIRROR
= 0,
member in OHOS::Rosen::MultiScreenMode
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display_controller.cpp
161
} else if (group->combination_ == ScreenCombination::
SCREEN_MIRROR
) {
in OnAbstractScreenConnect()
162
WLOGI("OnAbstractScreenConnect, ScreenCombination::
SCREEN_MIRROR
, AddScreenToMirrorLocked");
in OnAbstractScreenConnect()
189
|| screenGroup->combination_ == ScreenCombination::
SCREEN_MIRROR
) {
in OnAbstractScreenDisconnect()
201
|| screenGroup->combination_ == ScreenCombination::
SCREEN_MIRROR
) {
in OnAbstractScreenDisconnect()
386
} else if (group->combination_ == ScreenCombination::
SCREEN_MIRROR
) {
in GetAbstractDisplayByAbsScreen()
423
} else if (group->combination_ == ScreenCombination::
SCREEN_MIRROR
) {
in ProcessDisplayUpdateOrientation()
H
A
D
abstract_screen.cpp
421
case ScreenCombination::
SCREEN_MIRROR
: {
in GetSourceMode()
422
return ScreenSourceMode::
SCREEN_MIRROR
;
in GetSourceMode()
532
case ScreenCombination::
SCREEN_MIRROR
: {
in GetRSDisplayNodeConfig()
534
WLOGI("AddChild,
SCREEN_MIRROR
, config is not mirror");
in GetRSDisplayNodeConfig()
H
A
D
abstract_screen_controller.cpp
407
if (screenGroup != nullptr && screenGroup->combination_ == ScreenCombination::
SCREEN_MIRROR
&&
in ProcessScreenDisconnected()
553
SCREEN_ID_INVALID, name, ScreenCombination::
SCREEN_MIRROR
);
in AddAsFirstScreenLocked()
1106
group->combination_ == ScreenCombination::
SCREEN_MIRROR
&& group->mirrorScreenId_ == screen->dmsId_;
in MakeMirror()
1108
ChangeScreenGroup(group, screens, startPoints, filterMirroredScreen, ScreenCombination::
SCREEN_MIRROR
);
in MakeMirror()
1137
if (screenGroup->combination_ == ScreenCombination::
SCREEN_MIRROR
&&
in StopScreens()
H
A
D
display_manager_service.cpp
573
DMError ret = abstractScreenController_->StopScreens(allMirrorScreenIds, ScreenCombination::
SCREEN_MIRROR
);
in StopMirror()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
abstract_screen_controller_test.cpp
172
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::
SCREEN_MIRROR
));
in HWTEST_F()
184
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::
SCREEN_MIRROR
));
in HWTEST_F()
198
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::
SCREEN_MIRROR
));
in HWTEST_F()
212
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::
SCREEN_MIRROR
));
in HWTEST_F()
226
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::
SCREEN_MIRROR
));
in HWTEST_F()
1131
stopCombination = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
1240
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screens, ScreenCombination::
SCREEN_MIRROR
));
in HWTEST_F()
H
A
D
abstract_screen_test.cpp
310
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
318
EXPECT_EQ(result, ScreenSourceMode::
SCREEN_MIRROR
);
in HWTEST_F()
362
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
391
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
433
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
459
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
683
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
H
A
D
abstract_display_controller_test.cpp
126
group->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
301
group->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
333
group->combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H
A
D
dm_common.h
294
SCREEN_MIRROR
= 1,
member in OHOS::Rosen::ScreenSourceMode
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
screen_manager_test.cpp
685
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
699
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
736
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
743
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
849
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::CHANGE_GROUP,
in HWTEST_F()
857
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
894
CheckScreenGroupState(ScreenCombination::
SCREEN_MIRROR
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
875
case ScreenCombination::
SCREEN_MIRROR
: {
in GetSourceMode()
876
return ScreenSourceMode::
SCREEN_MIRROR
;
in GetSourceMode()
1229
case ScreenCombination::
SCREEN_MIRROR
: {
in GetRSDisplayNodeConfig()
1231
WLOGI("
SCREEN_MIRROR
, config is not mirror");
in GetRSDisplayNodeConfig()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_test.cpp
634
screenSession->SetScreenCombination(ScreenCombination::
SCREEN_MIRROR
);
in HWTEST_F()
636
ASSERT_EQ(mode, ScreenSourceMode::
SCREEN_MIRROR
);
in HWTEST_F()
1292
sessionGroup.combination_ = ScreenCombination::
SCREEN_MIRROR
;
in HWTEST_F()
H
A
D
screen_session_manager_test.cpp
2954
* @tc.desc: MultiScreenMode::
SCREEN_MIRROR
2965
MultiScreenMode screenMode = MultiScreenMode::
SCREEN_MIRROR
;
in HWTEST_F()
/foundation/window/window_manager/dm/src/
H
A
D
screen_manager.cpp
196
if (comb == ScreenCombination::
SCREEN_MIRROR
) {
in NotifyVirtualScreenGroupChanged()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H
A
D
js_screen_manager.cpp
1104
napi_set_named_property(env, objValue, "
SCREEN_MIRROR
",
in InitScreenSourceMode()
1105
CreateJsValue(env, static_cast<uint32_t>(ScreenSourceMode::
SCREEN_MIRROR
)));
in InitScreenSourceMode()
1129
napi_set_named_property(env, objValue, "
SCREEN_MIRROR
",
in InitMultiScreenMode()
1130
CreateJsValue(env, static_cast<uint32_t>(MultiScreenMode::
SCREEN_MIRROR
)));
in InitMultiScreenMode()
Completed in 38 milliseconds