mirror of
https://github.com/openharmony/appexecfwk_standard.git
synced 2026-07-21 01:15:30 -04:00
IssueNo:#I4ZODU:remove const
Description:remove const Sig:SIG_ApplicaitonFramework Feature or Bugfix:BugFix Binary Source:No Signed-off-by: wangtiantian <wangtiantian19@huawei.com>
This commit is contained in:
@@ -45,7 +45,7 @@ extern "C" {
|
||||
* @since 9
|
||||
* @version 1.0
|
||||
*/
|
||||
const char* OH_NativeBundle_GetAppIdByBundleName(const char *bundleName);
|
||||
char* OH_NativeBundle_GetAppIdByBundleName(const char* bundleName);
|
||||
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
|
||||
@@ -69,7 +69,7 @@ sptr<IBundleMgr> BundleNative::GetBundleMgr()
|
||||
} // AppExecFwk
|
||||
} // OHOS
|
||||
|
||||
const char* OH_NativeBundleMgr_GetAppIdByBundleName(const char *bundleName)
|
||||
char* OH_NativeBundle_GetAppIdByBundleName(const char* bundleName)
|
||||
{
|
||||
if (bundleName == nullptr) {
|
||||
APP_LOGE("bundleName is nullptr");
|
||||
|
||||
Reference in New Issue
Block a user