包管理适配

Signed-off-by: s30051537 <sunxiaoqiang7@huawei.com>
This commit is contained in:
s30051537 2024-11-07 19:32:44 +08:00
parent 1abc4999c1
commit 970ca1a7d0

View File

@ -119,7 +119,7 @@ public:
return 0;
}
int32_t GetBundleStats(std::string pkgName, BundleStats &bundleStats, int32_t appIndex)
int32_t GetBundleStats(std::string pkgName, BundleStats &bundleStats, int32_t appIndex, int32_t statFlag)
{
return 0;
}
@ -154,7 +154,7 @@ public:
return 0;
}
int32_t GetCurrentBundleStats(BundleStats &bundleStats)
int32_t GetCurrentBundleStats(BundleStats &bundleStats, int32_t statFlag)
{
return 0;
}