/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-CustomizeData.md | 1 # CustomizeData chapter 3 The **CustomizeData** module provides custom metadata. 9 ## CustomizeData<sup>(deprecated)</sup>
|
H A D | js-apis-bundle-ApplicationInfo.md | 33 | metaData<sup>8+</sup> | Map\<string, Array\<[CustomizeData](js-apis-bundle-CustomizeData.md)…
|
H A D | js-apis-bundle-AbilityInfo.md | 42 | metaData<sup>8+</sup> | Array\<[CustomizeData](js-apis-bundle-CustomizeData.md)> | Yes | No …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 122 struct CustomizeData : public Parcelable { struct 126 CustomizeData() = default; argument 127 CustomizeData(std::string paramName, std::string paramValue, std::string paramExtra); 130 static CustomizeData *Unmarshalling(Parcel &parcel); 134 std::vector<CustomizeData> customizeData; 277 std::map<std::string, std::vector<CustomizeData>> metaData;
|
H A D | json_serializer.h | 44 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData); 45 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-CustomizeData.md | 1 # CustomizeData chapter 8 ## CustomizeData<sup>(deprecated)</sup>
|
H A D | js-apis-bundle-ApplicationInfo.md | 34 | metaData<sup>8+</sup> | Map\<string, Array\<[CustomizeData](js-apis-bundle-CustomizeData.md)…
|
H A D | js-apis-bundle-AbilityInfo.md | 41 | metaData<sup>8+</sup> | Array\<[CustomizeData](js-apis-bundle-CustomizeData.md)> | 是 | 否 …
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 64 struct CustomizeData { struct 71 std::vector<CustomizeData> customizeData; argument 164 std::map<std::string, std::vector<CustomizeData>> metaData;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | json_serializer.h | 32 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData); 36 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 223 CustomizeData::CustomizeData(std::string paramName, std::string paramValue, std::string paramExtra) in CustomizeData() function in OHOS::AppExecFwk::CustomizeData 228 bool CustomizeData::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 236 CustomizeData *CustomizeData::Unmarshalling(Parcel &parcel) in Unmarshalling() 238 CustomizeData *customizeData = new (std::nothrow) CustomizeData; in Unmarshalling() 247 bool CustomizeData::Marshalling(Parcel &parcel) const in Marshalling() 289 std::vector<CustomizeData> customizeDatas; in ReadMetaDataFromParcel() 293 std::unique_ptr<CustomizeData> customizeData(parcel.ReadParcelable<CustomizeData>()); in ReadMetaDataFromParcel() 498 std::unique_ptr<CustomizeData> customizeData(parcel.ReadParcelable<CustomizeData>()); in ReadFromParcel() 1128 GetValueIfFindKey<std::map<std::string, std::vector<CustomizeData>>>(jsonObject, jsonObjectEnd, in from_json()
|
H A D | ability_info.cpp | 192 std::unique_ptr<CustomizeData> customizeDataPtr(parcel.ReadParcelable<CustomizeData>()); in ReadFromParcel() 533 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData) in to_json() 652 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData) in from_json() 686 GetValueIfFindKey<std::vector<CustomizeData>>(jsonObject, in from_json()
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | unpacking-tool.md | 282 | customizeDatas | List\<CustomizeData> | 标识Metadata的customizeDatas信息 | NA | 292 ### CustomizeData结构体信息 296 | name | String | 标识CustomizeData的name信息 | 对应stage模型的metadata | 297 | value | String | 标识CustomizeData的value信息 | 对应stage模型的metadata | 298 | extra | String | 标识CustomizeData的extra信息 | 对应stage模型的metadata | 394 …构体 | 标识extensionAbility的元信息 | 将metadata中的信息赋值到CustomizeData中 |
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/ |
H A D | json_serializer_test.cpp | 36 CustomizeData customizeData; in BenchmarkTestForCustomizeDataToJson() 58 CustomizeData customizeData; in BenchmarkTestForCustomizeDataFromJson()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | ability_info.cpp | 106 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData) in to_json() 217 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData) in from_json() 251 GetValueIfFindKey<std::vector<CustomizeData>>(jsonObject, in from_json()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-bundle.md | 21 | abilityInfo | AbilityInfo | readonly metaData: Array\<CustomizeData>; | 新增 |
|
H A D | js-apidiff-ability.md | 10 | customizeData | CustomizeData | extra: string; | 新增 | 15 | applicationInfo | ApplicationInfo | readonly metaData: Map\<string, Array\<CustomizeData>>; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-bundle.md | 21 | abilityInfo | AbilityInfo | readonly metaData: Array\<CustomizeData>; | Added|
|
H A D | js-apidiff-ability.md | 10 | customizeData | CustomizeData | extra: string; | Added| 15 | applicationInfo | ApplicationInfo | readonly metaData: Map\<string, Array\<CustomizeData>>; | Add…
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | unpacking-tool.md | 282 | customizeDatas | List\<CustomizeData> | Custom data of the metadata.| NA | 292 ### CustomizeData Struct 296 | name | String | Name of the **CustomizeData** struct. | This field corresponds to **metadata** i… 297 | value | String | Value of the **CustomizeData** struct.| This field corresponds to **metadata** i… 298 | extra | String | Extra information of the **CustomizeData** struct.| This field corresponds to **… 394 …ity. | The information in **metadata** is assigned to **CustomizeData**.|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-bundle.md | 568 …or属性:readonly metaData: Array\<CustomizeData>;<br>旧版本信息:|类名:AbilityInfo;<br>方法or属性:readonly metaDa… 587 …: Map\<string, Array\<CustomizeData>>;<br>旧版本信息:|类名:ApplicationInfo;<br>方法or属性:readonly metaData: … 638 |废弃版本有变化|类名:CustomizeData;<br>方法or属性:export interface CustomizeData<br>旧版本信息:|类名:CustomizeData;<br>… 639 |废弃版本有变化|类名:CustomizeData;<br>方法or属性:name: string;<br>旧版本信息:|类名:CustomizeData;<br>方法or属性:name: stri… 640 |废弃版本有变化|类名:CustomizeData;<br>方法or属性:value: string;<br>旧版本信息:|类名:CustomizeData;<br>方法or属性:value: st… 641 |废弃版本有变化|类名:CustomizeData;<br>方法or属性:extra: string;<br>旧版本信息:|类名:CustomizeData;<br>方法or属性:extra: st…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 232 struct CustomizeData { struct 239 std::vector<CustomizeData> customizeData; 871 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData) in from_json() 905 GetValueIfFindKey<std::vector<CustomizeData>>(jsonObject, in from_json() 2271 CustomizeData customizeData; in GetMetaData()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 209 AppExecFwk::CustomizeData customizeData { in MockAbilityInfo() 238 AppExecFwk::CustomizeData customizeData {NAME, VALUE, EXTRA}; in MockModuleInfo()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.2/ |
H A D | changelog-bundlemanager.md | 231 | metaData | 无 | Map\<string,Array\<CustomizeData>> | 298 | metaData | 无 | Array\<CustomizeData>|
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability.cpp | 1004 std::vector<AppExecFwk::CustomizeData> datas = abilityInfo_->metaData.customizeData; in GetWindowOption() 1005 for (AppExecFwk::CustomizeData data : datas) { in GetWindowOption()
|