mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-18 17:54:39 -04:00
update services/bundlemgr_lite/src/bundle_ms_feature.cpp.
Signed-off-by: Lotol <linxiangzhi@huawei.com>
This commit is contained in:
@@ -619,7 +619,7 @@ uint8_t BundleMsFeature::HandleGetBundleInfosByIndex(const uint8_t funcId, IpcIo
|
||||
return ERR_APPEXECFWK_OBJECT_NULL;
|
||||
}
|
||||
int32_t lengthOfBundleInfo = 0;
|
||||
BundleInfo *bundleInfos = GetInnerBundleInfos(req, reply, &lengthOfBundleInfo);;
|
||||
BundleInfo *bundleInfos = GetInnerBundleInfos(req, reply, &lengthOfBundleInfo);
|
||||
int32_t index = 0;
|
||||
ReadInt32(req, &index);
|
||||
HILOG_INFO(HILOG_MODULE_APP, "BundleMS index is : %{public}d\n", index);
|
||||
|
||||
Reference in New Issue
Block a user