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_EXPAND
(Results
1 - 13
of
13
) sorted by relevance
/foundation/window/window_manager/dm/test/unittest/
H
A
D
screen_group_test.cpp
80
screenGroupInfo->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
84
ASSERT_EQ(ScreenCombination::
SCREEN_EXPAND
, comb);
in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_display_controller.cpp
164
} else if (group->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in OnAbstractScreenConnect()
165
WLOGI("OnAbstractScreenConnect, ScreenCombination::
SCREEN_EXPAND
, AddScreenToExpandLocked");
in OnAbstractScreenConnect()
191
} else if (screenGroup->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in OnAbstractScreenDisconnect()
206
} else if (screenGroup->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in OnAbstractScreenDisconnect()
384
|| group->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in GetAbstractDisplayByAbsScreen()
385
WLOGFE("Screen combination is SCREEN_ALONE or
SCREEN_EXPAND
, cannot find abstract display of the screen");
in GetAbstractDisplayByAbsScreen()
420
|| group->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in ProcessDisplayUpdateOrientation()
H
A
D
abstract_screen.cpp
424
case ScreenCombination::
SCREEN_EXPAND
: {
in GetSourceMode()
530
case ScreenCombination::
SCREEN_EXPAND
:
in GetRSDisplayNodeConfig()
H
A
D
abstract_screen_controller.cpp
550
SCREEN_ID_INVALID, name, ScreenCombination::
SCREEN_EXPAND
);
in AddAsFirstScreenLocked()
598
if (screenGroup->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in AddAsSuccedentScreenLocked()
792
if (screenGroup->combination_ != ScreenCombination::
SCREEN_EXPAND
) {
in UpdateScreenGroupLayout()
1236
bool filterExpandScreen = group->combination_ == ScreenCombination::
SCREEN_EXPAND
;
in MakeExpand()
1237
ChangeScreenGroup(group, screenIds, startPoints, filterExpandScreen, ScreenCombination::
SCREEN_EXPAND
);
in MakeExpand()
H
A
D
display_manager_service.cpp
744
DMError ret = abstractScreenController_->StopScreens(allExpandScreenIds, ScreenCombination::
SCREEN_EXPAND
);
in StopExpand()
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
screen_manager_test.cpp
552
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
559
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
594
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
612
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
789
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
796
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
840
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::ADD_TO_GROUP,
in HWTEST_F()
909
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::CHANGE_GROUP,
in HWTEST_F()
917
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEvent::REMOVE_FROM_GROUP,
in HWTEST_F()
1030
CheckScreenGroupState(ScreenCombination::
SCREEN_EXPAND
, ScreenGroupChangeEven
in HWTEST_F()
[all...]
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
abstract_display_controller_test.cpp
141
group->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
298
group->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
330
group->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
H
A
D
abstract_screen_test.cpp
319
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
387
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
436
absScreenGroup_->combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
H
A
D
abstract_screen_controller_test.cpp
745
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screenIds, ScreenCombination::
SCREEN_EXPAND
));
in HWTEST_F()
764
ASSERT_EQ(DMError::DM_OK, absController_->StopScreens(screenIds, ScreenCombination::
SCREEN_EXPAND
));
in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
dm_common.h
374
SCREEN_EXPAND
,
member in OHOS::Rosen::ScreenCombination
/foundation/window/window_manager/window_scene/session/screen/src/
H
A
D
screen_session.cpp
878
case ScreenCombination::
SCREEN_EXPAND
: {
in GetSourceMode()
1225
case ScreenCombination::
SCREEN_EXPAND
:
in GetRSDisplayNodeConfig()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_test.cpp
631
screenSession->SetScreenCombination(ScreenCombination::
SCREEN_EXPAND
);
in HWTEST_F()
1288
sessionGroup.combination_ = ScreenCombination::
SCREEN_EXPAND
;
in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
3530
bool filterExpandScreen = group->combination_ == ScreenCombination::
SCREEN_EXPAND
;
in OnMakeExpand()
3531
ChangeScreenGroup(group, screenId, startPoint, filterExpandScreen, ScreenCombination::
SCREEN_EXPAND
);
in OnMakeExpand()
3550
DMError ret = StopScreens(allExpandScreenIds, ScreenCombination::
SCREEN_EXPAND
);
in StopExpand()
3763
SCREEN_ID_INVALID, name, ScreenCombination::
SCREEN_EXPAND
);
in AddAsFirstScreenLocked()
3816
if (screenGroup->combination_ == ScreenCombination::
SCREEN_EXPAND
) {
in AddAsSuccedentScreenLocked()
Completed in 31 milliseconds