Searched refs:PipelineEventProducer (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | pipeline.h | 27 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 D | sys_event.h | 62 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 D | event_source.h | 25 class EventSource : public PipelineEventProducer, public Plugin {
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | sys_event.cpp | 103 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 D | libhiviewbase.map | 48 …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 D | plugin_example.h | 25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler) in PluginExampleEvent()
|
H A D | pipeline_test.h | 34 class PipelineEventProducerTest : public OHOS::HiviewDFX::PipelineEventProducer {
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/ |
H A D | event_processor_example3.h | 24 EventProcessorExample3Event(const std::string& sender, PipelineEventProducer* handler) in EventProcessorExample3Event()
|
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
H A D | event_source_example.h | 23 EventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler) in EventSourceExampleEvent()
|
H A D | event_source_example.cpp | 173 …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 D | bundle_event_source_example.h | 24 BundleEventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler) in BundleEventSourceExampleEvent()
|
H A D | bundle_event_source_example.cpp | 169 … std::make_shared<BundleEventSourceExampleEvent>(file, static_cast<PipelineEventProducer *>(this)); in CreateAndPublishEvent()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | sysevent_source.cpp | 97 static_cast<PipelineEventProducer*>(&eventSource), rawData); in HandlerEvent()
|
/ohos5.0/base/hiviewdfx/hiview/ |
H A D | hiview_zh.md | 116 class EventSource : public PipelineEventProducer, public Plugin {
|