mirror of
https://gitee.com/openharmony/account_os_account
synced 2024-11-23 10:10:11 +00:00
包管理适配
Signed-off-by: s30051537 <sunxiaoqiang7@huawei.com>
This commit is contained in:
parent
1abc4999c1
commit
970ca1a7d0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user