build: 将函数的声明和实现修改成一致

Signed-off-by: SimonLi <likailong@huawei.com>
This commit is contained in:
SimonLi
2021-11-25 22:24:51 +08:00
parent 15603b785f
commit 5f3fff52f0
@@ -121,7 +121,7 @@ uint8_t BundleMgrSliteFeature::GetBundleInfo(const char *bundleName, int32_t fla
return OHOS::GtManagerService::GetInstance().GetBundleInfo(bundleName, flags, *bundleInfo);
}
uint8_t BundleMgrSliteFeature::GetBundleInfos(const int flags, BundleInfo **bundleInfos, int32_t *len)
uint8_t BundleMgrSliteFeature::GetBundleInfos(const int32_t flags, BundleInfo **bundleInfos, int32_t *len)
{
return OHOS::GtManagerService::GetInstance().GetBundleInfos(flags, bundleInfos, len);
}