/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | hap_module_info.h | 70 struct PreloadItem { struct 73 PreloadItem() = default; argument 74 explicit PreloadItem(std::string name) : moduleName(name) {} in PreloadItem() argument 127 std::vector<PreloadItem> preloads;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | hap_module_info.h | 62 struct PreloadItem : public Parcelable { struct 65 PreloadItem() = default; argument 66 explicit PreloadItem(std::string name) : moduleName(name) {} in PreloadItem() function 69 static PreloadItem *Unmarshalling(Parcel &parcel); 172 std::vector<PreloadItem> preloads;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | json_serializer.h | 50 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem); 51 void to_json(nlohmann::json &jsonObject, const PreloadItem &preloadItem);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | hap_module_info.cpp | 102 bool PreloadItem::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 108 bool PreloadItem::Marshalling(Parcel &parcel) const in Marshalling() 114 PreloadItem *PreloadItem::Unmarshalling(Parcel &parcel) in Unmarshalling() 116 PreloadItem *info = new (std::nothrow) PreloadItem(); in Unmarshalling() 125 void to_json(nlohmann::json &jsonObject, const PreloadItem &preloadItem) in to_json() 132 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem) in from_json() 623 std::unique_ptr<PreloadItem> preload(parcel.ReadParcelable<PreloadItem>()); in ReadFromParcel() 1224 GetValueIfFindKey<std::vector<PreloadItem>>(jsonObject, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-hapModuleInfo.md | 29 | preloads | Array\<[PreloadItem](#preloaditem)> … 36 ## PreloadItem section
|
H A D | js-apis-bundleManager.md | 1500 ### PreloadItem subsection 1502 type PreloadItem = _HapModuleInfo.PreloadItem 1512 | [_HapModuleInfo.PreloadItem](js-apis-bundleManager-hapModuleInfo.md#preloaditem) | 原子化服务中模块的预加载模块…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_algorithm_base.h | 39 virtual bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) = 0;
|
H A D | water_flow_layout_algorithm_base.cpp | 103 needMarkDirty |= algo->PreloadItem(RawPtr(host), *it, deadline); in PostIdleTask()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.h | 40 bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) override;
|
H A D | water_flow_segmented_layout.h | 70 bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) override;
|
H A D | water_flow_layout_algorithm.cpp | 438 bool WaterFlowLayoutAlgorithm::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowLayoutAlgorithm
|
H A D | water_flow_segmented_layout.cpp | 527 bool WaterFlowSegmentedLayout::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowSegmentedLayout
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | common_func.h | 37 static void ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | hap_module_info.cpp | 82 void to_json(nlohmann::json &jsonObject, const PreloadItem &preloadItem) in to_json() 89 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem) in from_json() 552 GetValueIfFindKey<std::vector<PreloadItem>>(jsonObject, in from_json()
|
H A D | inner_bundle_info.cpp | 972 PreloadItem preload(item); in FindHapModuleInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.h | 40 bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) override;
|
H A D | water_flow_layout_sw.cpp | 775 bool WaterFlowLayoutSW::PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) in PreloadItem() function in OHOS::Ace::NG::WaterFlowLayoutSW
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-hapModuleInfo.md | 30 | preloads | Array\<[PreloadItem](#preloaditem)> … 37 ## PreloadItem section
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 463 | preloadItems | list\<PreloadItem> | 预加载对象 | NA | 465 ### PreloadItem结构体信息
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.h | 162 static void ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-bundle.md | 195 |新增|NA|模块名: HapModuleInfo<br>类名: HapModuleInfo<br>方法 or 属性: readonly preloads: Array\<PreloadItem>;… 198 |新增|NA|模块名: HapModuleInfo<br>类名: PreloadItem|HapModuleInfo.d.ts| 199 |新增|NA|模块名: HapModuleInfo<br>类名: PreloadItem<br>方法 or 属性: readonly moduleName: string;|HapModuleInf…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager_convert.cpp | 308 CArrRetPreloadItem ConvertPreloadItem(std::vector<AppExecFwk::PreloadItem> preloads) in ConvertPreloadItem()
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | unpacking-tool.md | 463 | preloadItems | list\<PreloadItem> | Preloaded objects. | NA | 465 ### PreloadItem Struct
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-bundle.md | 195 …: HapModuleInfo<br>Method or attribute name: readonly preloads: Array\<PreloadItem>;|HapModuleInfo… 198 |Added|NA|Module name: HapModuleInfo<br>Class name: PreloadItem|HapModuleInfo.d.ts| 199 |Added|NA|Module name: HapModuleInfo<br>Class name: PreloadItem<br>Method or attribute name: readon…
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 275 void CommonFunc::ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value) in ConvertPreloadItem()
|