Home
last modified time | relevance | path

Searched refs:OH_NativeBundle_GetAppIdentifier (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A D_bundle.md38 | [OH_NativeBundle_GetAppIdentifier](#oh_nativebundle_getappidentifier) | 获取当前应用的appIdentifier信息。 |
78 ### OH_NativeBundle_GetAppIdentifier()
81 char* OH_NativeBundle_GetAppIdentifier()
H A Dnative__interface__bundle.md34 | [OH_NativeBundle_GetAppIdentifier](_bundle.md#oh_nativebundle_getappidentifier) | 获取当前应用的appIdent…
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A D_bundle.md38 | [OH_NativeBundle_GetAppIdentifier](#oh_nativebundle_getappidentifier) | Obtains the appIdentifier…
78 ### OH_NativeBundle_GetAppIdentifier()
81 char* OH_NativeBundle_GetAppIdentifier()
H A Dnative__interface__bundle.md34 | [OH_NativeBundle_GetAppIdentifier](_bundle.md#oh_nativebundle_getappidentifier) | Obtains the app…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md66 调用包管理接口[OH_NativeBundle_GetAppIdentifier](../../../application-dev/reference/native-apis/native__in…
92 char* appIdentifier = OH_NativeBundle_GetAppIdentifier(); // new
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/include/
H A Dnative_interface_bundle.h134 char* OH_NativeBundle_GetAppIdentifier();
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnative-bundle-guidelines.md13 | [OH_NativeBundle_GetAppIdentifier](../reference/apis-ability-kit/_bundle.md#oh_nativebundle_getap…
90 char* appIdentifier = OH_NativeBundle_GetAppIdentifier();
/ohos5.0/docs/en/application-dev/napi/
H A Dnative-bundle-guidelines.md13 | [OH_NativeBundle_GetAppIdentifier](../reference/apis-ability-kit/_bundle.md#oh_nativebundle_getap…
87 char* appIdentifier = OH_NativeBundle_GetAppIdentifier();
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md66 Call [OH_NativeBundle_GetAppIdentifier](../../../application-dev/reference/native-apis/native__inte…
92 char* appIdentifier = OH_NativeBundle_GetAppIdentifier(); // new
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-bundlemanager.md53 char* appIdentifier = OH_NativeBundle_GetAppIdentifier();
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-bundlemanager.md53 char* appIdentifier = OH_NativeBundle_GetAppIdentifier();
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp180 char* OH_NativeBundle_GetAppIdentifier() in OH_NativeBundle_GetAppIdentifier() function