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:POWER_ON
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
ability_manager_ipc_interface_code.h
106
POWER_ON
= 30,
member in OHOS::AAFwk::AbilityManagerInterfaceCode
/foundation/window/window_manager/window_scene/test/dms_unittest/
H
A
D
screen_session_manager_test.cpp
456
* @tc.desc: SetScreenPowerById test
POWER_ON
475
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
559
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
606
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
634
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
662
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
690
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
718
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
746
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
774
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
[all...]
/foundation/window/window_manager/test/systemtest/dms/
H
A
D
display_power_test.cpp
346
bool ret = ScreenManager::GetInstance().SetScreenPowerForAll(ScreenPowerState::
POWER_ON
,
in HWTEST_F()
405
ScreenPowerState stateToSet = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
/foundation/window/window_manager/previewer/include/
H
A
D
dm_common.h
87
POWER_ON
,
member in OHOS::Rosen::ScreenPowerState
/foundation/window/window_manager/interfaces/innerkits/dm/
H
A
D
dm_common.h
98
POWER_ON
,
member in OHOS::Rosen::ScreenPowerState
/foundation/window/window_manager/dmserver/src/
H
A
D
abstract_screen_controller.cpp
1439
case ScreenPowerState::
POWER_ON
: {
in SetScreenPowerForAll()
1441
powerState_ = ScreenPowerState::
POWER_ON
;
in SetScreenPowerForAll()
1476
state == ScreenPowerState::
POWER_ON
? DisplayPowerEvent::DISPLAY_ON :
in SetScreenPowerForAll()
/foundation/window/window_manager/dmserver/test/unittest/
H
A
D
display_manager_service_test.cpp
320
ScreenPowerState state = ScreenPowerState::
POWER_ON
;
in HWTEST_F()
H
A
D
abstract_screen_controller_test.cpp
885
ASSERT_EQ(false, absController_->SetScreenPowerForAll(ScreenPowerState::
POWER_ON
,
in HWTEST_F()
H
A
D
display_manager_proxy_test.cpp
886
EXPECT_EQ(result1, ScreenPowerState::
POWER_ON
);
in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H
A
D
screen_session_manager.cpp
305
} else if (GetScreenPower(SCREEN_ID_FULL) == ScreenPowerState::
POWER_ON
) {
in Init()
1726
case ScreenPowerState::
POWER_ON
: {
in SetScreenPowerById()
1965
case ScreenPowerState::
POWER_ON
: {
in SetSpecifiedScreenPower()
1983
return NotifyDisplayPowerEvent(state == ScreenPowerState::
POWER_ON
? DisplayPowerEvent::DISPLAY_ON :
in SetSpecifiedScreenPower()
2012
case ScreenPowerState::
POWER_ON
: {
in GetPowerStatus()
Completed in 24 milliseconds