Searched refs:CommonEventSaveModeTest (Results 1 – 1 of 1) sorted by relevance
357 class CommonEventSaveModeTest : public EventFwk::CommonEventSubscriber { class359 CommonEventSaveModeTest() = default;360 explicit CommonEventSaveModeTest(const EventFwk::CommonEventSubscribeInfo& subscriberInfo);361 virtual ~CommonEventSaveModeTest() {}; in ~CommonEventSaveModeTest()363 static shared_ptr<CommonEventSaveModeTest> RegisterEvent();366 CommonEventSaveModeTest::CommonEventSaveModeTest(const CommonEventSubscribeInfo& subscriberInfo) in CommonEventSaveModeTest() function in CommonEventSaveModeTest371 void CommonEventSaveModeTest::OnReceiveEvent(const CommonEventData& data) in OnReceiveEvent()377 shared_ptr<CommonEventSaveModeTest> CommonEventSaveModeTest::RegisterEvent() in RegisterEvent()384 auto subscriberPtr = std::make_shared<CommonEventSaveModeTest>(subscribeInfo); in RegisterEvent()