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_pmsTest
(Results
1 - 3
of
3
) sorted by relevance
/base/powermgr/power_manager/test/unittest/src/
H
A
D
power_mgr_service_native_test.cpp
44
sptr<PowerMgrService>
g_pmsTest
;
member
49
g_pmsTest
= DelayedSpSingleton<PowerMgrService>::GetInstance();
in SetUp()
50
EXPECT_TRUE(
g_pmsTest
!= nullptr) << "PowerMgrService02 fail to get PowerMgrService";
in SetUp()
51
g_pmsTest
->OnStart();
in SetUp()
53
auto stateMachine = std::make_shared<PowerStateMachine>(
g_pmsTest
);
in SetUp()
57
auto runningLockMgr = std::make_shared<RunningLockMgr>(
g_pmsTest
);
in SetUp()
70
g_pmsTest
->OnStop();
in TearDown()
88
g_pmsTest
->HallSensorSubscriberInit();
in HWTEST_F()
89
g_pmsTest
->HallSensorSubscriberCancel();
in HWTEST_F()
92
g_pmsTest
in HWTEST_F()
[all...]
H
A
D
power_mgr_dump_test.cpp
37
auto
g_pmsTest
= DelayedSpSingleton<PowerMgrService>::GetInstance();
member
42
g_pmsTest
->isBootCompleted_ = true;
in SetUpTestCase()
66
EXPECT_TRUE(
g_pmsTest
!= nullptr) << "PowerMgrDumpNative001 fail to get PowerMgrService";
in HWTEST_F()
71
EXPECT_TRUE(
g_pmsTest
->Dump(fd, args) == ERR_OK);
in HWTEST_F()
83
EXPECT_TRUE(
g_pmsTest
!= nullptr) << "PowerMgrDumpNative002 fail to get PowerMgrService";
in HWTEST_F()
88
EXPECT_TRUE(
g_pmsTest
->Dump(fd, args) == ERR_OK);
in HWTEST_F()
100
EXPECT_TRUE(
g_pmsTest
!= nullptr) << "PowerMgrDumpNative003 fail to get PowerMgrService";
in HWTEST_F()
109
EXPECT_TRUE(
g_pmsTest
->Dump(fd, args) == ERR_OK);
in HWTEST_F()
121
EXPECT_TRUE(
g_pmsTest
!= nullptr) << "PowerMgrDumpNative004 fail to get PowerMgrService";
in HWTEST_F()
126
EXPECT_TRUE(
g_pmsTest
in HWTEST_F()
[all...]
H
A
D
power_state_level_framework_test.cpp
33
sptr<PowerMgrService>
g_pmsTest
;
member
39
g_pmsTest
= DelayedSpSingleton<PowerMgrService>::GetInstance();
in SetUpTestCase()
40
EXPECT_TRUE(
g_pmsTest
!= nullptr) << "PowerMgrService02 fail to get PowerMgrService";
in SetUpTestCase()
41
g_pmsTest
->OnStart();
in SetUpTestCase()
42
g_stateMachineTest =
g_pmsTest
->GetPowerStateMachine();
in SetUpTestCase()
Completed in 2 milliseconds