Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
H A Devent_processor_example2.cpp61 … auto repackEvent = PipelineEvent::RepackPipelineEvent<Event, PipelineEvent>(shared_from_this(), in OnEvent() local
63 repackEvent->eventId_ = EventSourceExample::PIPELINE_EVENT_ID_AAA; in OnEvent()
64 repackEvent->SetValue("Unload", "True"); in OnEvent()
66 repackEvent->OnContinue(); in OnEvent()