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:g_powerInterface
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H
A
D
hdi_power_test.cpp
47
sptr<IPowerInterface>
g_powerInterface
= nullptr;
member
67
void HdfPowerHdiTestAdditional::SetUpTestCase() {
g_powerInterface
= IPowerInterface::Get(true); }
in SetUpTestCase()
114
int32_t ret =
g_powerInterface
->HoldRunningLock(info);
in HWTEST_F()
116
ret =
g_powerInterface
->UnholdRunningLock(info);
in HWTEST_F()
134
int32_t ret =
g_powerInterface
->HoldRunningLock(info);
in HWTEST_F()
136
ret =
g_powerInterface
->UnholdRunningLock(info);
in HWTEST_F()
154
int32_t ret =
g_powerInterface
->HoldRunningLock(info);
in HWTEST_F()
156
ret =
g_powerInterface
->UnholdRunningLock(info);
in HWTEST_F()
174
int32_t ret =
g_powerInterface
->HoldRunningLock(info);
in HWTEST_F()
176
ret =
g_powerInterface
in HWTEST_F()
[all...]
/test/xts/hats/powermgr/power/hdi_power/common/
H
A
D
hdi_power_test.cpp
166
sptr<IPowerInterface>
g_powerInterface
= nullptr;
member
189
g_powerInterface
= IPowerInterface::Get(true);
in SetUpTestCase()
235
ASSERT_NE(nullptr,
g_powerInterface
);
in HWTEST_F()
256
int32_t ret =
g_powerInterface
->StartSuspend();
in HWTEST_F()
280
int32_t ret =
g_powerInterface
->StopSuspend();
303
g_powerInterface
->SuspendUnblock(testName);
305
int32_t ret =
g_powerInterface
->SuspendBlock(testName);
331
g_powerInterface
->SuspendBlock(testName);
333
int32_t ret =
g_powerInterface
->SuspendUnblock(testName);
360
g_powerInterface
[all...]
Completed in 3 milliseconds