Home
last modified time | relevance | path

Searched refs:fileContextMenuConfig (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-bundlemanager.md15 该变更为不兼容变更,使用到该字段的应用需要将fileContextMenu修改为fileContextMenuConfig。仅字段名称发生改变,字段含义、用法不变。
27 HapModuleInfo中fileContextMenu字段修改为fileContextMenuConfig
31 使用到该字段的应用需要将fileContextMenu修改为fileContextMenuConfig
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/
H A Dchangelogs-bundlemanager.md15 … change. You need to change **fileContextMenu** in your code to **fileContextMenuConfig**. The mea…
27 The **fileContextMenu** field in **HapModuleInfo** is changed to **fileContextMenuConfig**.
31 If used, change **fileContextMenu** in your code to **fileContextMenuConfig**.
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager_utils.h190 char* fileContextMenuConfig; member
H A Dbundle_manager_convert.cpp380 hapInfo.fileContextMenuConfig = MallocCString(hapModuleInfo.fileContextMenu); in ConvertHapModuleInfo()
382 hapInfo.fileContextMenuConfig = MallocCString(""); in ConvertHapModuleInfo()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md31 | fileContextMenuConfig<sup>11+</sup> | string …
H A Djs-apis-bundleManager.md41 | GET_BUNDLE_INFO_WITH_MENU<sup>11+</sup> | 0x00000100 | 用于获取包含fileContextMenuConfig的bundleIn…
H A Djs-apis-bundleManager-sys.md48 | GET_BUNDLE_INFO_WITH_MENU<sup>11+</sup> | 0x00000100 | 用于获取包含fileContextMenuConfig的bundleIn…
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md32 | fileContextMenuConfig<sup>11+</sup> | string …