Home
last modified time | relevance | path

Searched refs:g_pmsTest (Results 1 - 3 of 3) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_service_native_test.cpp44 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 Dpower_mgr_dump_test.cpp37 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 Dpower_state_level_framework_test.cpp33 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