Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H A DIMonitorThrExecutor.h28 … virtual void ExecuteMonitorInMainThr(IHandleMonitorEvt* task, std::shared_ptr <XperfEvt> evt) = 0;
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.h35 void ExecuteMonitorInMainThr(IHandleMonitorEvt* task, std::shared_ptr <XperfEvt> evt) override;
H A DThrExecutor.cpp151 void ThrExecutor::ExecuteMonitorInMainThr(IHandleMonitorEvt* task, std::shared_ptr <XperfEvt> evt) in ExecuteMonitorInMainThr() function in ThrExecutor
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.cpp45 exec->ExecuteMonitorInMainThr(this, evt); in HandleEvt()