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:GetScreenGroupId
(Results
1 - 7
of
7
) sorted by relevance
/foundation/window/window_manager/dmserver/include/
H
A
D
abstract_screen.h
60
ScreenId
GetScreenGroupId
() const;
/foundation/window/window_manager/wmserver/src/
H
A
D
window_root.cpp
68
ScreenId WindowRoot::
GetScreenGroupId
(DisplayId displayId, bool& isRecordedDisplay)
in GetScreenGroupId()
function in OHOS::Rosen::WindowRoot
99
ScreenId displayGroupId =
GetScreenGroupId
(displayId, isRecordedDisplay);
in GetWindowNodeContainer()
126
ScreenId displayGroupId = displayInfo->
GetScreenGroupId
();
in CreateWindowNodeContainer()
1581
ScreenId displayGroupId = displayInfo->
GetScreenGroupId
();
in ProcessExpandDisplayCreate()
1601
for (auto& displayId : displayIdMap_[displayInfo->
GetScreenGroupId
()]) {
in GetAllDisplayRectsByDMS()
1633
ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->
GetScreenGroupId
();
in ProcessDisplayCreate()
1671
ScreenId displayGroupId = (displayInfo == nullptr) ? SCREEN_ID_INVALID : displayInfo->
GetScreenGroupId
();
in ProcessDisplayDestroy()
1723
ScreenId displayGroupId = displayInfo->
GetScreenGroupId
();
in ProcessDisplayChange()
/foundation/window/window_manager/wmserver/include/
H
A
D
window_root.h
133
ScreenId
GetScreenGroupId
(DisplayId displayId, bool& isRecordedDisplay);
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
abstract_screen_test.cpp
252
* @tc.name:
GetScreenGroupId
256
HWTEST_F(AbstractScreenTest,
GetScreenGroupId
, Function | SmallTest | Level3)
in HWTEST_F()
258
ScreenId result = absScreen_->
GetScreenGroupId
();
in HWTEST_F()
261
result = absScreen_->
GetScreenGroupId
();
in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_screen.cpp
266
ScreenId AbstractScreen::
GetScreenGroupId
() const
in GetScreenGroupId()
function in OHOS::Rosen::AbstractScreen
H
A
D
display_manager_service.cpp
650
return screen->
GetScreenGroupId
();
in GetScreenGroupIdByScreenId()
H
A
D
abstract_display_controller.cpp
683
ScreenId screenGroupId = info->
GetScreenGroupId
();
in GetAllDisplayInfoOfGroup()
Completed in 13 milliseconds