Home
last modified time | relevance | path

Searched refs:IdleMonitorThread (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp39 void IdleMonitorThread::VsyncCountFirstCheck() in VsyncCountFirstCheck()
45 LOGI("IdleMonitorThread wait pipeline idle timeout"); in VsyncCountFirstCheck()
53 void IdleMonitorThread::VsyncCountSecondCheck() in VsyncCountSecondCheck()
58 IdleMonitorThread::PostCheckTask([this]() { VsyncCountFirstCheck(); }, period); in VsyncCountSecondCheck()
60 IdleMonitorThread::PostCheckTask([this]() { VsyncCountFirstCheck(); }, delay_after_change); in VsyncCountSecondCheck()
64 RefPtr<IdleMonitorThread> IdleMonitorThread::Create() in Create()
66 auto idleMonitorThread = MakeRefPtr<IdleMonitorThread>(); in Create()
67 idleMonitorThread->thread = TaskRunnerAdapterFactory::Create(false, "IdleMonitorThread"); in Create()
71 void IdleMonitorThread
[all...]
H A Didle_watcher.h34 class IdleMonitorThread : public AceType { class
36 static RefPtr<IdleMonitorThread> Create();
63 RefPtr<IdleMonitorThread> idleMonitorThread_;
H A Dpipeline_status.h29 friend class IdleMonitorThread;

Completed in 1 milliseconds