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:DISPLAY_ON
(Results
1 - 10
of
10
) sorted by relevance
/foundation/window/window_manager/dmserver/src/
H
A
D
display_power_controller.cpp
51
DisplayManagerAgentController::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::
DISPLAY_ON
,
in SetDisplayState()
H
A
D
abstract_screen_controller.cpp
1476
state == ScreenPowerState::POWER_ON ? DisplayPowerEvent::
DISPLAY_ON
:
in SetScreenPowerForAll()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
session_display_power_controller.cpp
37
ScreenSessionManager::GetInstance().NotifyDisplayPowerEvent(DisplayPowerEvent::
DISPLAY_ON
,
in SetDisplayStateToOn()
H
A
D
screen_session_manager.cpp
1983
return NotifyDisplayPowerEvent(state == ScreenPowerState::POWER_ON ? DisplayPowerEvent::
DISPLAY_ON
:
in SetSpecifiedScreenPower()
2078
return NotifyDisplayPowerEvent(status == ScreenPowerStatus::POWER_STATUS_ON ? DisplayPowerEvent::
DISPLAY_ON
:
in SetScreenPower()
2098
return NotifyDisplayPowerEvent(status == ScreenPowerStatus::POWER_STATUS_ON ? DisplayPowerEvent::
DISPLAY_ON
:
in SetScreenPower()
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_power_test.cpp
351
ASSERT_EQ(DisplayPowerEvent::
DISPLAY_ON
, listener_->event_);
in HWTEST_F()
387
DisplayPowerEvent::
DISPLAY_ON
);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aging/
H
A
D
bundle_aging_mgr.cpp
280
if (state == DisplayPowerMgr::DisplayState::
DISPLAY_ON
) {
in CheckPrerequisite()
281
APP_LOGD("current Displaystate is DisplayState::
DISPLAY_ON
");
in CheckPrerequisite()
/foundation/window/window_manager/previewer/include/
H
A
D
dm_common.h
183
DISPLAY_ON
,
member in OHOS::Rosen::DisplayPowerEvent
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_manager_client_proxy_test.cpp
125
DisplayPowerEvent event = DisplayPowerEvent::
DISPLAY_ON
;
in HWTEST_F()
H
A
D
screen_session_test.cpp
2183
DisplayPowerEvent event = DisplayPowerEvent::
DISPLAY_ON
;
in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
dm_common.h
208
DISPLAY_ON
,
member in OHOS::Rosen::DisplayPowerEvent
Completed in 20 milliseconds