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:ScreenManagerLite
(Results
1 - 4
of
4
) sorted by relevance
/foundation/window/window_manager/dm_lite/src/
H
A
D
screen_manager_lite.cpp
24
constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_DISPLAY, "
ScreenManagerLite
"};
30
class
ScreenManagerLite
::Impl : public RefBase {
35
static inline SingletonDelegator<
ScreenManagerLite
> delegator;
53
class
ScreenManagerLite
::Impl::ScreenManagerListener : public DisplayManagerAgentDefault {
111
WM_IMPLEMENT_SINGLE_INSTANCE(
ScreenManagerLite
)
113
ScreenManagerLite
::
ScreenManagerLite
()
in ScreenManagerLite()
function in OHOS::Rosen::ScreenManagerLite
116
WLOGFD("Create
ScreenManagerLite
instance");
in ScreenManagerLite()
119
ScreenManagerLite
::~
ScreenManagerLite
()
in ~ScreenManagerLite()
[all...]
H
A
D
display_manager_adapter_lite.cpp
282
SingletonContainer::Get<
ScreenManagerLite
>().OnRemoteDied();
in OnRemoteDied()
/foundation/window/window_manager/interfaces/innerkits/dm_lite/
H
A
D
screen_manager_lite.h
24
class
ScreenManagerLite
: public RefBase {
class
25
WM_DECLARE_SINGLE_INSTANCE_BASE(
ScreenManagerLite
);
92
ScreenManagerLite
();
93
~
ScreenManagerLite
();
/foundation/window/window_manager/dm_lite/test/unittest/
H
A
D
display_lite_power_unit_test.cpp
51
initialPowerState_ =
ScreenManagerLite
::GetInstance().GetScreenPower(defaultId_);
in SetUp()
57
ScreenManagerLite
::GetInstance().SetScreenPowerForAll(initialPowerState_, PowerStateChangeReason::POWER_BUTTON);
in TearDown()
151
bool ret =
ScreenManagerLite
::GetInstance().SetSpecifiedScreenPower(0, state, reason);
in HWTEST_F()
167
bool ret =
ScreenManagerLite
::GetInstance().SetScreenPowerForAll(ScreenPowerState::POWER_OFF,
in HWTEST_F()
171
ScreenPowerState state =
ScreenManagerLite
::GetInstance().GetScreenPower(defaultId_);
in HWTEST_F()
Completed in 2 milliseconds