Home
last modified time | relevance | path

Searched refs:OnEventListeningCallback (Results 1 - 19 of 19) sorted by relevance

/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_plugin_example3/
H A Dbundle_plugin_example3.h29 void OnEventListeningCallback(const Event &msg) override;
H A Dbundle_plugin_example3.cpp62 void BundlePluginExample3::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() function in OHOS::HiviewDFX::BundlePluginExample3
64 printf("BundlePluginExample3 OnEventListeningCallback \n"); in OnEventListeningCallback()
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
H A Devent_processor_example4.h29 void OnEventListeningCallback(const Event &msg) override;
H A Devent_processor_example4.cpp100 void EventProcessorExample4::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() function in OHOS::HiviewDFX::EventProcessorExample4
102 printf("EventProcessorExample4 OnEventListeningCallback.\n"); in OnEventListeningCallback()
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.h32 void OnEventListeningCallback(const Event& event) override;
H A DXperfPlugin.cpp113 void XperfPlugin::OnEventListeningCallback(const Event &event) in OnEventListeningCallback() function in OHOS::HiviewDFX::XperfPlugin
/base/hiviewdfx/hiview/base/
H A Dplugin_proxy.cpp75 void PluginProxy::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() function in OHOS::HiviewDFX::PluginProxy
80 HIVIEW_LOGD("Plugin name: %{public}s plugin_->OnEventListeningCallback", plugin_->GetName().c_str()); in OnEventListeningCallback()
81 plugin_->OnEventListeningCallback(msg); in OnEventListeningCallback()
/base/hiviewdfx/hiview/base/include/
H A Dplugin_proxy.h37 void OnEventListeningCallback(const Event &msg) override;
H A Dplugin.h96 virtual void OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() function in OHOS::HiviewDFX::Plugin
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h39 void OnEventListeningCallback(const Event &msg) override;
H A Dfault_detector_manager.cpp122 void FaultDetectorManager::OnEventListeningCallback(const Event &msg) in OnEventListeningCallback() function in OHOS::HiviewDFX::FaultDetectorManager
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.h39 void OnEventListeningCallback(const Event& msg) override;
H A Dfreeze_detector_plugin.cpp169 void FreezeDetectorPlugin::OnEventListeningCallback(const Event& event) in OnEventListeningCallback() function in OHOS::HiviewDFX::FreezeDetectorPlugin
/base/hiviewdfx/hiview/plugins/unified_collector/include/
H A Dunified_collector.h34 void OnEventListeningCallback(const Event& event) override;
/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H A Dsys_dispatcher.cpp48 ptr->OnEventListeningCallback(*sysEvent); in DispatchEvent()
/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
H A Dfreeze_detector_test.cpp197 plugin->OnEventListeningCallback(*(event.get())); in HWTEST_F()
245 plugin->OnEventListeningCallback(*(event.get())); in HWTEST_F()
296 plugin->OnEventListeningCallback(*(event.get())); in HWTEST_F()
331 plugin->OnEventListeningCallback(*(event.get())); in HWTEST_F()
370 plugin->OnEventListeningCallback(*(event.get())); in HWTEST_F()
H A Dfreeze_detector_unittest.cpp601 freezeDetectorPlugin->OnEventListeningCallback(*(event.get())); in HWTEST_F()
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp62 // OnEventListeningCallback in HWTEST_F()
63 plugin.OnEventListeningCallback(*(event.get())); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp260 void UnifiedCollector::OnEventListeningCallback(const Event& event) in OnEventListeningCallback() function in OHOS::HiviewDFX::UnifiedCollector

Completed in 8 milliseconds