mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 09:01:34 +00:00
!97 QueryStroageDistributeInfo入参删除userid
Merge pull request !97 from wanghang/master
This commit is contained in:
commit
19ed01f5a6
@ -162,7 +162,7 @@ public:
|
||||
MOCK_METHOD1(BundleClone, bool(const std::string &bundleName));
|
||||
MOCK_METHOD1(CheckBundleNameInAllowList, bool(const std::string &bundleName));
|
||||
MOCK_METHOD0(GetBundleUserMgr, sptr<IBundleUserMgr>());
|
||||
MOCK_METHOD4(GetDistributedBundleInfo, bool(const std::string &networkId, int32_t userId,
|
||||
MOCK_METHOD3(GetDistributedBundleInfo, bool(const std::string &networkId,
|
||||
const std::string &bundleName, DistributedBundleInfo &distributedBundleInfo));
|
||||
MOCK_METHOD1(GetAppType, std::string(const std::string &bundleName));
|
||||
MOCK_METHOD1(CheckIsSystemAppByUid, bool(const int uid));
|
||||
|
@ -400,8 +400,7 @@ bool BundleMgrProxy::RemoveClonedBundle(const std::string &bundleName, const int
|
||||
return true;
|
||||
}
|
||||
|
||||
bool BundleMgrProxy::GetDistributedBundleInfo(
|
||||
const std::string &networkId, int32_t userId, const std::string &bundleName,
|
||||
bool BundleMgrProxy::GetDistributedBundleInfo(const std::string &networkId, const std::string &bundleName,
|
||||
DistributedBundleInfo &distributedBundleInfo)
|
||||
{
|
||||
return true;
|
||||
|
@ -400,8 +400,7 @@ bool BundleMgrProxy::RemoveClonedBundle(const std::string &bundleName, const int
|
||||
return true;
|
||||
}
|
||||
|
||||
bool BundleMgrProxy::GetDistributedBundleInfo(
|
||||
const std::string &networkId, int32_t userId, const std::string &bundleName,
|
||||
bool BundleMgrProxy::GetDistributedBundleInfo(const std::string &networkId, const std::string &bundleName,
|
||||
DistributedBundleInfo &distributedBundleInfo)
|
||||
{
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user