Home
last modified time | relevance | path

Searched refs:PreloadItem (Results 1 – 25 of 30) sorted by relevance

12

/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
127 std::vector<PreloadItem> preloads;
/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() 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 Djson_serializer.h50 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 Dhap_module_info.cpp102 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 Djs-apis-bundleManager-hapModuleInfo.md29 | preloads | Array\<[PreloadItem](#preloaditem)> …
36 ## PreloadItem section
H A Djs-apis-bundleManager.md1500 ### 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 Dwater_flow_layout_algorithm_base.h39 virtual bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) = 0;
H A Dwater_flow_layout_algorithm_base.cpp103 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 Dwater_flow_layout_algorithm.h40 bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) override;
H A Dwater_flow_segmented_layout.h70 bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) override;
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/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dcommon_func.h37 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 Dhap_module_info.cpp82 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 Dinner_bundle_info.cpp972 PreloadItem preload(item); in FindHapModuleInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.h40 bool PreloadItem(LayoutWrapper* host, int32_t itemIdx, int64_t deadline) override;
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
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md30 | preloads | Array\<[PreloadItem](#preloaditem)> …
37 ## PreloadItem section
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dunpacking-tool.md463 | preloadItems | list\<PreloadItem> | 预加载对象 | NA |
465 ### PreloadItem结构体信息
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h162 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 Djs-apidiff-bundle.md195 |新增|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 Dbundle_manager_convert.cpp308 CArrRetPreloadItem ConvertPreloadItem(std::vector<AppExecFwk::PreloadItem> preloads) in ConvertPreloadItem()
/ohos5.0/docs/en/application-dev/tools/
H A Dunpacking-tool.md463 | preloadItems | list\<PreloadItem> | Preloaded objects. | NA |
465 ### PreloadItem Struct
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-bundle.md195 …: 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 Dcommon_func.cpp275 void CommonFunc::ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value) in ConvertPreloadItem()

12