Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp42 PostCheckTask([this]() { VsyncCountSecondCheck(); }, delay_double_confirm); in VsyncCountFirstCheck()
49 PostCheckTask([this]() { VsyncCountFirstCheck(); }, delay_next_check); in VsyncCountFirstCheck()
58 IdleMonitorThread::PostCheckTask([this]() { VsyncCountFirstCheck(); }, period); in VsyncCountSecondCheck()
60 IdleMonitorThread::PostCheckTask([this]() { VsyncCountFirstCheck(); }, delay_after_change); in VsyncCountSecondCheck()
88 thread->PostDelayedTask([this]() { PostCheckTask([this]() { VsyncCountFirstCheck(); }, period); }, period, {}); in PostInitializeTask()
91 void IdleMonitorThread::PostCheckTask(std::function<void()>&& task, uint32_t delay) in PostCheckTask() function in OHOS::Ace::ComponentTest::IdleMonitorThread
H A Didle_watcher.h48 void PostCheckTask(std::function<void()>&&, uint32_t);
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwatch_dog.cpp125 void PostCheckTask();
329 PostCheckTask(); in IsThreadStuck()
379 void ThreadWatcher::PostCheckTask() in PostCheckTask() function in OHOS::Ace::ThreadWatcher
H A Dwatch_dog_mingw.cpp91 void PostCheckTask();
290 PostCheckTask(); in IsThreadStuck()
330 void ThreadWatcher::PostCheckTask() in PostCheckTask() function in OHOS::Ace::ThreadWatcher

Completed in 3 milliseconds