Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/test/systemtest/src/
H A Dpower_level_event_system_test_on.cpp57 class CommonEventScreenOnTest : public CommonEventSubscriber { class
59 CommonEventScreenOnTest() = default;
60 explicit CommonEventScreenOnTest(const CommonEventSubscribeInfo& subscriberInfo);
61 virtual ~CommonEventScreenOnTest() {}; in ~CommonEventScreenOnTest()
63 static shared_ptr<CommonEventScreenOnTest> RegisterEvent();
66 CommonEventScreenOnTest::CommonEventScreenOnTest(const CommonEventSubscribeInfo& subscriberInfo) in CommonEventScreenOnTest() function in CommonEventScreenOnTest
71 void CommonEventScreenOnTest::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()
77 shared_ptr<CommonEventScreenOnTest> CommonEventScreenOnTest::RegisterEvent() in RegisterEvent()
84 auto subscriberPtr = std::make_shared<CommonEventScreenOnTest>(subscribeInfo); in RegisterEvent()
104 shared_ptr<CommonEventScreenOnTest> subscriber = CommonEventScreenOnTest::RegisterEvent();