Home
last modified time | relevance | path

Searched defs:PreloadItem (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md37 ## PreloadItem section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md36 ## PreloadItem section
H A Djs-apis-bundleManager.md1500 ### PreloadItem subsection
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h70 struct PreloadItem { struct
73 PreloadItem() = default; argument
74 explicit PreloadItem(std::string name) : moduleName(name) {} in PreloadItem() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h62 struct PreloadItem : public Parcelable { struct
65 PreloadItem() = default; argument
66 explicit PreloadItem(std::string name) : moduleName(name) {} in PreloadItem() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp438 bool WaterFlowLayoutAlgorithm::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowLayoutAlgorithm
H A Dwater_flow_segmented_layout.cpp527 bool WaterFlowSegmentedLayout::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowSegmentedLayout
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp775 bool WaterFlowLayoutSW::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowLayoutSW