Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h27 class PipelineEventProducer; variable
31 PipelineEvent(const std::string& sender, PipelineEventProducer* handler) in PipelineEvent()
103 PipelineEventProducer* handler_;
109 class PipelineEventProducer {
111 virtual ~PipelineEventProducer(){}; in ~PipelineEventProducer()
H A Dsys_event.h62 SysEvent(const std::string& sender, PipelineEventProducer* handler,
65 SysEvent(const std::string& sender, PipelineEventProducer* handler,
67 …SysEvent(const std::string& sender, PipelineEventProducer* handler, std::shared_ptr<EventRaw::RawD…
68 …SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysEventCreat…
69 SysEvent(const std::string& sender, PipelineEventProducer* handler, const std::string& jsonStr);
H A Devent_source.h25 class EventSource : public PipelineEventProducer, public Plugin {
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp103 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent()
121 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent()
127 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent()
132 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysE… in SysEvent()
136 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, const std::string& js… in SysEvent()
H A Dlibhiviewbase.map48 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, OHOS::Hi…
51 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, std::__h…
179 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, std::__h…
278 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, std::__h…
279 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, std::__h…
298 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, std::__h…
349 …traits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::PipelineEventProducer*, std::__h…
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_example.h25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler) in PluginExampleEvent()
H A Dpipeline_test.h34 class PipelineEventProducerTest : public OHOS::HiviewDFX::PipelineEventProducer {
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/
H A Devent_processor_example3.h24 EventProcessorExample3Event(const std::string& sender, PipelineEventProducer* handler) in EventProcessorExample3Event()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.h23 EventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler) in EventSourceExampleEvent()
H A Devent_source_example.cpp173 …auto event = std::make_shared<EventSourceExampleEvent>(file, static_cast<PipelineEventProducer *>(… in CreateAndPublishEvent()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.h24 BundleEventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler) in BundleEventSourceExampleEvent()
H A Dbundle_event_source_example.cpp169 … std::make_shared<BundleEventSourceExampleEvent>(file, static_cast<PipelineEventProducer *>(this)); in CreateAndPublishEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp97 static_cast<PipelineEventProducer*>(&eventSource), rawData); in HandlerEvent()
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md116 class EventSource : public PipelineEventProducer, public Plugin {