/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | pipeline_test.cpp | 87 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);
|
D | event_base_test.cpp | 91 ASSERT_TRUE(handlerRef.CanProcessEvent(event));
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example5/ |
D | event_processor_example5.h | 28 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | event_processor_example5.cpp | 38 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/ |
D | bundle_plugin_example2.h | 25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | bundle_plugin_example2.cpp | 39 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/ |
D | bundle_plugin_example1.h | 25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | bundle_plugin_example1.cpp | 37 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/ |
D | bundle_plugin_example3.h | 25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | bundle_plugin_example3.cpp | 39 bool BundlePluginExample3::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::BundlePluginExample3
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/ |
D | event_processor_example4.h | 25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | event_processor_example4.cpp | 39 bool EventProcessorExample4::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample4
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/ |
D | event_processor_example1.h | 25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | event_processor_example1.cpp | 37 bool EventProcessorExample1::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample1
|
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example2/ |
D | event_processor_example2.h | 25 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | event_processor_example2.cpp | 39 bool EventProcessorExample2::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample2
|
/base/hiviewdfx/hiview/base/ |
D | plugin_proxy.cpp | 33 bool PluginProxy::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::PluginProxy 39 return plugin_->CanProcessEvent(event); in CanProcessEvent()
|
D | event_source.cpp | 34 if ((pipeline != nullptr) && (pipeline->CanProcessEvent(event))) { in PublishPipelineEvent()
|
D | pipeline.cpp | 140 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/ |
D | event_processor_example3.h | 35 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
D | event_processor_example3.cpp | 38 bool EventProcessorExample3::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() function in OHOS::HiviewDFX::EventProcessorExample3
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | freeze_detector_plugin.h | 38 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
/base/hiviewdfx/hiview/base/include/ |
D | plugin_proxy.h | 33 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/unittest/ |
D | bbox_detector_unit_test.cpp | 57 EXPECT_EQ(testPlugin->CanProcessEvent(event), true);
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
D | faultlogger.h | 50 bool CanProcessEvent(std::shared_ptr<Event> event) override;
|