Home
last modified time | relevance | path

Searched defs:CustomizeData (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-CustomizeData.md1 # CustomizeData chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-CustomizeData.md1 # CustomizeData chapter
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h64 struct CustomizeData { struct
71 std::vector<CustomizeData> customizeData; argument
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h122 struct CustomizeData : public Parcelable { struct
126 CustomizeData() = default; argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp232 struct CustomizeData { struct
233 std::string name;
234 std::string value;
235 std::string extra;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp223 CustomizeData::CustomizeData(std::string paramName, std::string paramValue, std::string paramExtra) in CustomizeData() function in OHOS::AppExecFwk::CustomizeData