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:GetModeId
(Results
1 - 9
of
9
) sorted by relevance
/foundation/window/window_manager/dm/src/
H
A
D
screen.cpp
69
auto modeId =
GetModeId
();
in GetWidth()
80
auto modeId =
GetModeId
();
in GetHeight()
205
uint32_t Screen::
GetModeId
() const
in GetModeId()
function in OHOS::Rosen::Screen
208
return pImpl_->GetScreenInfo()->
GetModeId
();
in GetModeId()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H
A
D
hgm_screen.cpp
121
if (mode->
GetModeId
() != id) {
in GetModeViaId()
184
int32_t modeIdFound = mode->
GetModeId
();
in GetModeIdViaResolutionAndRate()
H
A
D
hgm_screen.h
147
int32_t
GetModeId
() const
in GetModeId()
function in OHOS::Rosen::HgmScreen::ScreenProfile
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_change_test.cpp
241
uint32_t usedModeIdx = defaultScreen_->
GetModeId
();
in HWTEST_F()
258
uint32_t usedModeIdx = defaultScreen_->
GetModeId
();
in HWTEST_F()
285
uint32_t usedModeIdx = defaultScreen_->
GetModeId
();
in HWTEST_F()
H
A
D
screen_manager_test.cpp
509
auto defaultModeId = screen->
GetModeId
();
in HWTEST_F()
514
ASSERT_EQ(modeIdx, screen->
GetModeId
());
in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
screen.h
134
uint32_t
GetModeId
() const;
/foundation/window/window_manager/dmserver/src/
H
A
D
display_manager_service_inner.cpp
113
auto id = screenInfo->
GetModeId
();
in GetScreenModesByDisplayId()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H
A
D
js_screen.cpp
314
napi_set_named_property(env, objValue, "activeModeIndex", CreateJsValue(env, info->
GetModeId
()));
in CreateJsScreenObject()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
2626
auto id = screenInfo->
GetModeId
();
in GetScreenModesByDisplayId()
Completed in 17 milliseconds