Home
last modified time | relevance | path

Searched refs:CanProcessEvent (Results 1 – 25 of 34) sorted by relevance

12

/base/hiviewdfx/hiview/base/test/unittest/common/
Dpipeline_test.cpp87 if (pipeline->CanProcessEvent(event)) { in DoTest()
199 auto res = pipeline->CanProcessEvent(event);
205 res = pipeline->CanProcessEvent(event);
211 res = pipeline->CanProcessEvent(event);
215 res = pipeline->CanProcessEvent(event);
220 res = pipeline->CanProcessEvent(event);
Devent_base_test.cpp91 ASSERT_TRUE(handlerRef.CanProcessEvent(event));
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example5/
Devent_processor_example5.h28 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Devent_processor_example5.cpp38 bool EventProcessorExample5::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample5
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example2/
Dbundle_plugin_example2.h25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Dbundle_plugin_example2.cpp39 bool BundlePluginExample2::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::BundlePluginExample2
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example1/
Dbundle_plugin_example1.h25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Dbundle_plugin_example1.cpp37 bool BundlePluginExample1::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::BundlePluginExample1
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
Dbundle_plugin_example3.h25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Dbundle_plugin_example3.cpp39 bool BundlePluginExample3::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::BundlePluginExample3
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
Devent_processor_example4.h25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Devent_processor_example4.cpp39 bool EventProcessorExample4::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample4
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/
Devent_processor_example1.h25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Devent_processor_example1.cpp37 bool EventProcessorExample1::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample1
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/
Devent_processor_example2.h25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Devent_processor_example2.cpp39 bool EventProcessorExample2::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample2
/base/hiviewdfx/hiview/base/
Dplugin_proxy.cpp33 bool PluginProxy::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::PluginProxy
39 return plugin_->CanProcessEvent(event); in CanProcessEvent()
Devent_source.cpp34 if ((pipeline != nullptr) && (pipeline->CanProcessEvent(event))) { in PublishPipelineEvent()
Dpipeline.cpp140 bool Pipeline::CanProcessEvent(std::shared_ptr<PipelineEvent> event) in CanProcessEvent() function in OHOS::HiviewDFX::Pipeline
149 return pluginPtr->CanProcessEvent(std::dynamic_pointer_cast<Event>(event)); in CanProcessEvent()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/
Devent_processor_example3.h35 bool CanProcessEvent(std::shared_ptr<Event> event) override;
Devent_processor_example3.cpp38 bool EventProcessorExample3::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample3
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dfreeze_detector_plugin.h38 bool CanProcessEvent(std::shared_ptr<Event> event) override;
/base/hiviewdfx/hiview/base/include/
Dplugin_proxy.h33 bool CanProcessEvent(std::shared_ptr<Event> event) override;
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/
Dbbox_detector_unit_test.cpp57 EXPECT_EQ(testPlugin->CanProcessEvent(event), true);
/base/hiviewdfx/hiview/plugins/faultlogger/service/
Dfaultlogger.h50 bool CanProcessEvent(std::shared_ptr<Event> event) override;

12