Home
last modified time | relevance | path

Searched refs:CommonEventServiceSystemTest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_mgr_shutdown_fast_test.cpp71 PowerMgrShutDownFast::CommonEventServiceSystemTest::CommonEventServiceSystemTest() in CommonEventServiceSystemTest() function in PowerMgrShutDownFast::CommonEventServiceSystemTest
75 PowerMgrShutDownFast::CommonEventServiceSystemTest::CommonEventServiceSystemTest( in CommonEventServiceSystemTest() function in PowerMgrShutDownFast::CommonEventServiceSystemTest
81 std::shared_ptr<PowerMgrShutDownFast::CommonEventServiceSystemTest>
82 PowerMgrShutDownFast::CommonEventServiceSystemTest::OnRegisterEvent(const std::string& eventStr) in OnRegisterEvent()
88 auto subscriberPtr = std::make_shared<CommonEventServiceSystemTest>(subscribeInfo); in OnRegisterEvent()
94 void PowerMgrShutDownFast::CommonEventServiceSystemTest::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()
110 auto eventPtr = std::make_unique<PowerMgrShutDownFast::CommonEventServiceSystemTest>();
134 auto eventPtr = std::make_unique<PowerMgrShutDownFast::CommonEventServiceSystemTest>();
/ohos5.0/base/powermgr/power_manager/test/systemtest/include/
H A Dpower_mgr_shutdown_fast_test.h34 class CommonEventServiceSystemTest : public EventFwk::CommonEventSubscriber {
36 CommonEventServiceSystemTest();
37 CommonEventServiceSystemTest(const EventFwk::CommonEventSubscribeInfo& subscriberInfo);
38 virtual ~CommonEventServiceSystemTest() {}; in ~CommonEventServiceSystemTest()
40 std::shared_ptr<CommonEventServiceSystemTest> OnRegisterEvent(const std::string& eventStr);