Searched defs:PreloadItem (Results 1 – 8 of 8) sorted by relevance
37 ## PreloadItem section
36 ## PreloadItem section
1500 ### PreloadItem subsection
70 struct PreloadItem { struct73 PreloadItem() = default; argument74 explicit PreloadItem(std::string name) : moduleName(name) {} in PreloadItem() argument
62 struct PreloadItem : public Parcelable { struct65 PreloadItem() = default; argument66 explicit PreloadItem(std::string name) : moduleName(name) {} in PreloadItem() argument
438 bool WaterFlowLayoutAlgorithm::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowLayoutAlgorithm
527 bool WaterFlowSegmentedLayout::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowSegmentedLayout
775 bool WaterFlowLayoutSW::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowLayoutSW