Home
last modified time | relevance | path

Searched refs:VsyncCountFirstCheck (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/component_test/
H A Didle_watcher.cpp39 void IdleMonitorThread::VsyncCountFirstCheck() in VsyncCountFirstCheck() function in OHOS::Ace::ComponentTest::IdleMonitorThread
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()
H A Didle_watcher.h46 void VsyncCountFirstCheck();

Completed in 1 milliseconds