Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A D_bundle.md37 | [OH_NativeBundle_GetAppId](#oh_nativebundle_getappid) | 获取当前应用的appId信息。 |
62 ### OH_NativeBundle_GetAppId()
65 char* OH_NativeBundle_GetAppId()
H A Dnative__interface__bundle.md33 | [OH_NativeBundle_GetAppId](_bundle.md#oh_nativebundle_getappid) | 获取当前应用的appId信息。 |
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A D_bundle.md37 | [OH_NativeBundle_GetAppId](#oh_nativebundle_getappid) | Obtains the appId information about the c…
62 ### OH_NativeBundle_GetAppId()
65 char* OH_NativeBundle_GetAppId()
H A Dnative__interface__bundle.md33 | [OH_NativeBundle_GetAppId](_bundle.md#oh_nativebundle_getappid) | Obtains the appId information a…
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md65 调用包管理接口[OH_NativeBundle_GetAppId](../../../application-dev/reference/native-apis/native__interface_…
86 char* appId = OH_NativeBundle_GetAppId(); // new
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/include/
H A Dnative_interface_bundle.h119 char* OH_NativeBundle_GetAppId();
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnative-bundle-guidelines.md12 | [OH_NativeBundle_GetAppId](../reference/apis-ability-kit/_bundle.md#oh_nativebundle_getappid) | 获…
84 char* appId = OH_NativeBundle_GetAppId();
/ohos5.0/docs/en/application-dev/napi/
H A Dnative-bundle-guidelines.md12 | [OH_NativeBundle_GetAppId](../reference/apis-ability-kit/_bundle.md#oh_nativebundle_getappid) | O…
81 char* appId = OH_NativeBundle_GetAppId();
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.5.5/
H A Dchangelogs-bundlemanager.md65 Call [OH_NativeBundle_GetAppId](../../../application-dev/reference/native-apis/native__interface__b…
86 char* appId = OH_NativeBundle_GetAppId(); // new
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-bundlemanager.md47 char* appId = OH_NativeBundle_GetAppId();
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/
H A Dchangelogs-bundlemanager.md47 char* appId = OH_NativeBundle_GetAppId();
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp149 char* OH_NativeBundle_GetAppId() in OH_NativeBundle_GetAppId() function