Home
last modified time | relevance | path

Searched refs:FlushVsync (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dcommon-trace-using-instructions.md40 | 2 | FlushVsync | | 刷新视图同步事件,包括记录帧信息、刷新任务、绘制渲染上下文、…
295 以下代码是刷新视图同步事件,包括记录帧信息、刷新任务、绘制渲染上下文、处理用户输入。在方法开头调用宏定义ACE_FUNCTION_TRACE,将函数名FlushVsync作为Trace名称记录下来,…
300 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount)
H A Ddelay_related_performance.md255 |3|应用进程|FlushVsync|刷新视图同步事件,包括记录帧信息、刷新任务、绘制渲染上下文、处理用户输入。|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp190 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT);
200 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT);
210 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT);
243 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT);
252 context_->FlushVsync(NANO_TIME_STAMP, FRAME_COUNT);
/ohos5.0/docs/en/application-dev/performance/
H A Dcommon-trace-using-instructions.md48 | 2 | FlushVsync | | Refreshes the view synchroniza…
316 …ION_TRACE** at the beginning of the method, record the function name **FlushVsync** as the trace n…
321 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount)
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp278 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in FlushVsync() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp708 FlushVsync(nanoTimestamp, frameCount); in OnVsyncEvent()
H A Dpipeline_context.h823 void FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) override;
H A Dpipeline_base.h1479 virtual void FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) = 0;
H A Dpipeline_context.cpp1930 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) in FlushVsync() function in OHOS::Ace::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h971 void FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) override;
H A Dpipeline_context.cpp543 void PipelineContext::FlushVsync(uint64_t nanoTimestamp, uint32_t frameCount) in FlushVsync() function in OHOS::Ace::NG::PipelineContext
1567 FlushVsync(GetTimeFromExternalTimer(), 0); in SetRootRect()
4625 FlushVsync(nanoTimestamp, frameCount); in PreLayout()