Searched refs:CommonEventScreenOnTest (Results 1 – 1 of 1) sorted by relevance
57 class CommonEventScreenOnTest : public CommonEventSubscriber { class59 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 CommonEventScreenOnTest71 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();