Home
last modified time | relevance | path

Searched refs:ThrExecutor (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/executor/
H A DThrExecutor.cpp17 #include "ThrExecutor.h"
26 ThrExecutor::ThrExecutor() in ThrExecutor() function in OHOS::HiviewDFX::ThrExecutor
33 ThrExecutor::~ThrExecutor() in ~ThrExecutor()
43 void ThrExecutor::ValidateNonNull(void* task) in ValidateNonNull()
76 void ThrExecutor::ExecuteTimeoutInMainThr(ITimeoutHandler* task, std::string name) in ExecuteTimeoutInMainThr()
84 HIVIEW_LOGE("ThrExecutor::ExecuteTimeoutInMainThr main thread task container is null"); in ExecuteTimeoutInMainThr()
114 void ThrExecutor::ExecuteHandleEvtInMainThr(IProcessAppEvtTask* task, const AppEvtData& data) in ExecuteHandleEvtInMainThr()
122 HIVIEW_LOGE("ThrExecutor in ExecuteHandleEvtInMainThr()
[all...]
H A DThrExecutor.h30 class ThrExecutor : public IAppThrExecutor, public IMonitorThrExecutor, public ITimeoutExecutor { class
32 ThrExecutor();
33 ~ThrExecutor();
/base/hiviewdfx/hiview/plugins/performance/context/
H A DNormalContext.h23 #include "ThrExecutor.h"
34 ThrExecutor* thr;
38 CommonParts(ThrExecutor* thr, ISceneTimerInfrastructure* timerInfra, EventsPoster* eventsPoster) in CommonParts()
H A DNormalContext.cpp52 ThrExecutor* thr = new ThrExecutor(); in MakeCommonParts()

Completed in 2 milliseconds