Home
last modified time | relevance | path

Searched refs:UITaskScheduler (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dui_task_scheduler.cpp30 uint64_t UITaskScheduler::frameId_ = 0;
32 UITaskScheduler::UITaskScheduler() in UITaskScheduler() function in OHOS::Ace::NG::UITaskScheduler
40 UITaskScheduler::~UITaskScheduler() in ~UITaskScheduler()
59 void UITaskScheduler::SetLayoutNodeRect() in SetLayoutNodeRect()
93 void UITaskScheduler::ExpandSafeArea() in ExpandSafeArea()
193 bool UITaskScheduler::NeedAdditionalLayout() in NeedAdditionalLayout()
227 void UITaskScheduler::FlushTask() in FlushTask()
364 void UITaskScheduler::CleanUp() in CleanUp()
370 bool UITaskScheduler::isEmpty() in isEmpty()
375 bool UITaskScheduler::IsPredictTaskEmpty() in IsPredictTaskEmpty()
[all …]
H A Dui_task_scheduler.h71 class ACE_EXPORT UITaskScheduler final {
74 UITaskScheduler();
75 ~UITaskScheduler();
208 ACE_DISALLOW_COPY_AND_MOVE(UITaskScheduler);
H A Dpipeline_context.h1079 std::unique_ptr<UITaskScheduler> taskScheduler_ = std::make_unique<UITaskScheduler>();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_algorithm.h158 return frameId != UITaskScheduler::GetFrameId(); in IsExpire()
188 uint64_t frameId = UITaskScheduler::GetFrameId();
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp39 uint64_t UITaskScheduler::frameId_ = 0;
423 void UITaskScheduler::FlushTaskWithCheck(bool triggeredByImplicitAnimation) {} in FlushTaskWithCheck()
425 UITaskScheduler::UITaskScheduler() {} in UITaskScheduler() function in OHOS::Ace::NG::UITaskScheduler
427 UITaskScheduler::~UITaskScheduler() = default;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp227 UITaskScheduler taskScheduler;
297 UITaskScheduler taskScheduler;
330 UITaskScheduler taskScheduler;
363 UITaskScheduler taskScheduler;
405 UITaskScheduler taskScheduler;
448 UITaskScheduler taskScheduler;
1663 UITaskScheduler taskScheduler;
1684 UITaskScheduler taskScheduler;
1711 UITaskScheduler taskScheduler;
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dcustom_component_freeze.md304 …执行布局任务、执行渲染任务并通知图形进行渲染)耗时为162ms。其中FlushDirtyNodeUpdate(更新脏节点)耗时104ms,UITaskScheduler::FlushTask(主要…
318 …示复选框的trace。可以看出显示复选框的UIVsyncTask耗时仅为32ms。其中FlushDirtyNodeUpdate耗时7ms,UITaskScheduler::FlushTask耗时1…
H A Dcommon-trace-using-instructions.md41 | 3 | UITaskScheduler::FlushTask | | 刷新UI界面,包括布局、渲染和动画等 …
/ohos5.0/docs/en/application-dev/performance/
H A Dcommon-trace-using-instructions.md49 | 3 | UITaskScheduler::FlushTask | | Refreshes the UI, including th…