From 5f3fff52f0bad299d0bb3e9594ee40f23af6cd1e Mon Sep 17 00:00:00 2001 From: SimonLi Date: Thu, 25 Nov 2021 22:24:51 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=B0=86=E5=87=BD=E6=95=B0=E7=9A=84?= =?UTF-8?q?=E5=A3=B0=E6=98=8E=E5=92=8C=E5=AE=9E=E7=8E=B0=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=90=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SimonLi --- services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp b/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp index 5772f79..7fc5cf5 100755 --- a/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp +++ b/services/bundlemgr_lite/src/bundle_mgr_slite_feature.cpp @@ -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); }