Home
last modified time | relevance | path

Searched refs:AddAppEventHandler (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_publisher.h26 virtual void AddAppEventHandler(std::shared_ptr<AppEventHandler> handler) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfPlugin.h33 void AddAppEventHandler(std::shared_ptr<AppEventHandler> handler) override;
H A DXperfPlugin.cpp126 void XperfPlugin::AddAppEventHandler(std::shared_ptr<AppEventHandler> handler) in AddAppEventHandler() function in OHOS::HiviewDFX::XperfPlugin
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/
H A Dfault_detector_manager.h40 void AddAppEventHandler(std::shared_ptr<AppEventHandler> handler) override;
H A Dfault_detector_manager.cpp139 void FaultDetectorManager::AddAppEventHandler(std::shared_ptr<AppEventHandler> handler) in AddAppEventHandler() function in OHOS::HiviewDFX::FaultDetectorManager
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp434 (std::static_pointer_cast<AppEventPublisher>(plugin))->AddAppEventHandler(appEventHandler); in CreatePlugin()