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
(Results
1 - 6
of
6
) sorted by relevance
/test/xts/hats/powermgr/power/hdi_power/common/
H
A
D
hdi_power_test.cpp
35
using namespace OHOS::HDI::
Power
::V1_2;
497
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_REGISTER_CALLBCK == 0);
509
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_START_SUSPEND == 1);
521
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_STOP_SUSPEND == 2);
533
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_FORCE_SUSPEND == 3);
545
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_SUSPEND_BLOCK == 4);
557
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_SUSPEND_UNBLOCK == 5);
569
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCmd::CMD_DUMP == 6);
581
EXPECT_TRUE(OHOS::HDI::
Power
::V1_2::PowerHdfCallbackCmd::CMD_ON_SUSPEND == 0);
593
EXPECT_TRUE(OHOS::HDI::
Power
[all...]
/test/xts/tools/lite/hctest/include/
H
A
D
hctest_internal.h
83
Power
= 3 << 8,
enumerator
/test/testfwk/arkxtest/uitest/input/
H
A
D
ui_input.cpp
48
"keyEvent <keyID/Back/Home/
Power
> inject keyEvent\n"
in PrintInputMessage()
203
} else if (key == "
Power
" && (size_t)argc == INDEX_FOUR) {
in KeyEventActionInput()
204
driver.TriggerKey(
Power
(), uiOpArgs, exception_);
in KeyEventActionInput()
/test/testfwk/arkxtest/uitest/core/
H
A
D
ui_action.h
321
using
Power
= NamedPlainKey<KEYCODE_POWER>;
H
A
D
ui_driver.cpp
481
this->TriggerKey(
Power
(), uiOpArgs, error);
in WakeUpDisplay()
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
34
using namespace OHOS::HDI::
Power
::V1_2;
Completed in 10 milliseconds