Home
last modified time | relevance | path

Searched refs:FlushTask (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dwrite_task.rs157 pub struct FlushTask<'a, W: ?Sized> { struct
161 impl<'a, W: ?Sized> FlushTask<'a, W> implementation
166 pub(crate) fn new(writer: &'a mut W) -> FlushTask<'a, W> { in new()
167 FlushTask { writer } in new()
171 impl<'a, W> Future for FlushTask<'a, W> implementation
H A Dasync_write.rs20 use crate::io::write_task::{FlushTask, ShutdownTask, WriteAllTask, WriteTask, WriteVectoredTask};
274 fn flush(&mut self) -> FlushTask<'_, Self> in flush()
278 FlushTask::new(self) in flush()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp224 FlushTask(); in FlushTaskWithCheck()
227 void UITaskScheduler::FlushTask() in FlushTask() function in OHOS::Ace::NG::UITaskScheduler
H A Dui_task_scheduler.h88 void FlushTask();
H A Dpipeline_context.cpp588 taskScheduler_->FlushTask(); in FlushVsync()
961 taskScheduler_->FlushTask(); in FlushPipelineWithoutAnimation()
1011 taskScheduler_->FlushTask(); in FlushAnimationClosure()
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dcustom_component_freeze.md304 …通知图形进行渲染)耗时为162ms。其中FlushDirtyNodeUpdate(更新脏节点)耗时104ms,UITaskScheduler::FlushTask(主要是对懒加载的GridItem…
318 …出显示复选框的UIVsyncTask耗时仅为32ms。其中FlushDirtyNodeUpdate耗时7ms,UITaskScheduler::FlushTask耗时14ms。和不开启冻结功能相比…
H A Dcommon-trace-using-instructions.md41 | 3 | UITaskScheduler::FlushTask | | 刷新UI界面,包括布局、渲染和动画等 …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.h59 void FlushTask();
H A Dcanvas_paint_method.cpp77 void CanvasPaintMethod::FlushTask() in FlushTask() function in OHOS::Ace::NG::CanvasPaintMethod
117 FlushTask(); in UpdateContentModifier()
/ohos5.0/docs/en/application-dev/performance/
H A Dcommon-trace-using-instructions.md49 | 3 | UITaskScheduler::FlushTask | | Refreshes the UI, including th…