1# native_interface_bundle.h 2 3 4## **Overview** 5 6**Related Modules:** 7 8[Native_Bundle](_native___bundle.md) 9 10**Description:** 11 12Declares the **Bundle**-specific function, including function for obtaining application ID. 13 14**Since:** 159 16**Version:** 171.0 18 19## **Summary** 20 21 22### Functions 23 24 | Function | Description | 25| -------- | -------- | 26| [OH_NativeBundle_GetAppIdByBundleName](_native___bundle.md#gaa407fb88995597480c5584cce1fb14bd) (const char \*bundleName) | char \*<br/>Obtains the application ID based on the given bundle name. | 27