Home
last modified time | relevance | path

Searched refs:HandleMainThrEvt (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIMonitorThrExecutor.h25 virtual void HandleMainThrEvt(std::shared_ptr <XperfEvt> evt) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.h35 void HandleMainThrEvt(std::shared_ptr <XperfEvt> evt) override;
H A DJankAnimatorMonitor.cpp51 void JankAnimatorMonitor::HandleMainThrEvt(std::shared_ptr<XperfEvt> evt) in HandleMainThrEvt() function in JankAnimatorMonitor
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp136 handleTask->HandleMainThrEvt(this->evt); in Run()