/foundation/resourceschedule/ffrt/test/ut/ |
H A D | frame_interval_test.cpp | 113 uint64_t deadline = 900; in HWTEST_F() local
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | frame_interval.cpp | 24 FrameInterval::FrameInterval(uint64_t deadline, const QoS& qos) : Interval(deadline, qos), qos(qos) in FrameInterval() argument
|
H A D | scheduler.h | 51 void onWait(const std::vector<VersionCtx*>& waitDatas, int64_t deadline) in onWait() argument 91 void ResetDeadline(CPUEUTask* task, int64_t deadline) in ResetDeadline() argument 102 updateTask(CPUEUTask* task, int64_t deadline) updateTask() argument 114 UpdateChildTask(CPUEUTask* task, int64_t deadline) UpdateChildTask() argument 119 UpdateVersion(VersionCtx* data, int64_t deadline) UpdateVersion() argument [all...] |
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_view_preview.h | 158 void ProcessIdleEvent(int64_t deadline) in ProcessIdleEvent() argument
|
H A D | event_dispatcher.cpp | 167 void EventDispatcher::DispatchIdleEvent(int64_t deadline) in DispatchIdleEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_node.cpp | 99 bool CustomNode::RenderCustomChild(int64_t deadline) in RenderCustomChild() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | ui_task_scheduler.cpp | 288 void UITaskScheduler::FlushPredictTask(int64_t deadline, bool canUseLongPredictTask) in FlushPredictTask() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 426 bool WaterFlowLayoutAlgorithm::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() argument
|
H A D | water_flow_segmented_layout.cpp | 513 bool WaterFlowSegmentedLayout::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/ |
H A D | custom_test_ng.cpp | 1115 int64_t deadline = GetSysTimestamp() + n; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_builder.cpp | 755 bool LazyForEachBuilder::PreBuild(int64_t deadline, const std::optional<LayoutConstraintF>& itemConstraint, in PreBuild() argument
|
H A D | lazy_for_each_builder.h | 350 bool ProcessPreBuildingIndex(std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_t deadline, in ProcessPreBuildingIndex() argument 256 CacheItem(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, const std::optional<LayoutConstraintF>& itemConstraint, int64_t deadline, bool& isTimeout) CacheItem() argument 313 PreBuildByIndex(int32_t index, std::unordered_map<std::string, LazyForEachCacheChild>& cache, int64_t deadline, const std::optional<LayoutConstraintF>& itemConstraint, bool canRunLongPredictTask) PreBuildByIndex() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 277 bool OverDue(const std::optional<int64_t>& deadline) in OverDue() argument 709 bool WaterFlowLayoutSW::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_group_layout_algorithm.h | 52 int64_t deadline = 0; member
|
H A D | list_item_group_pattern.cpp | 608 void ListItemGroupPattern::LayoutCache(const LayoutConstraintF& constraint, int64_t deadline, in LayoutCache() argument
|
H A D | list_item_pattern.cpp | 1218 bool ListItemPattern::RenderCustomChild(int64_t deadline) in RenderCustomChild() argument
|
H A D | list_layout_algorithm.cpp | 2104 PredictBuildGroup(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& constraint, int64_t deadline, int32_t forwardCached, int32_t backwardCached, const ListMainSizeValues& listMainSizeValues) PredictBuildGroup() argument 2136 PredictBuildV2( RefPtr<FrameNode> frameNode, int64_t deadline, ListMainSizeValues listMainSizeValues, bool show) PredictBuildV2() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 354 void RenderMultiChildScroll::OnPredictLayout(int64_t deadline) in OnPredictLayout() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 836 void RenderWaterFlow::OnPredictLayout(int64_t deadline) in OnPredictLayout() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 645 virtual bool RenderCustomChild(int64_t deadline) in RenderCustomChild() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | ui_node.cpp | 1253 bool UINode::RenderCustomChild(int64_t deadline) in RenderCustomChild() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 1657 void RenderGridScroll::OnPredictLayout(int64_t deadline) in OnPredictLayout() argument
|
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 342 void PipelineContext::OnIdle(int64_t deadline) in OnIdle() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.h | 167 virtual void OnPredictLayout(int64_t deadline) {} in OnPredictLayout() argument
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 212 void PipelineContext::FlushPredictLayout(int64_t deadline) in FlushPredictLayout() argument 1954 void PipelineContext::OnIdle(int64_t deadline) in OnIdle() argument
|