Home
last modified time | relevance | path

Searched refs:g_action (Results 1 - 5 of 5) sorted by relevance

/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_mgr_shutdown_fast_test.cpp46 std::string g_action = ""; member
60 g_action = ""; in SetUp()
96 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
97 GTEST_LOG_(INFO) << "PowerMgr_FastShutDown_action:" << g_action; in OnReceiveEvent()
123 EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_OFF, g_action); in HWTEST_F()
142 EXPECT_TRUE(g_action.empty()); in HWTEST_F()
H A Dpower_level_event_system_test_on.cpp46 std::string g_action = ""; member
73 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
114 EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_ON, g_action); in HWTEST_F()
H A Dpower_level_event_system_test_off.cpp46 std::string g_action = ""; member
72 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
113 EXPECT_EQ(CommonEventSupport::COMMON_EVENT_SCREEN_OFF, g_action); in HWTEST_F()
H A Dpower_mgr_powersavemode_test.cpp46 std::string g_action = ""; member
383 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_event_system_test.cpp50 std::string g_action = ""; member
192 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
198 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
245 g_action = data.GetWant().GetAction(); in OnReceiveEvent()
435 EXPECT_EQ(CommonEventSupport::COMMON_EVENT_BATTERY_LOW, g_action); in HWTEST_F()
457 EXPECT_EQ(CommonEventSupport::COMMON_EVENT_BATTERY_CHANGED, g_action); in HWTEST_F()

Completed in 6 milliseconds