mirror of
https://github.com/openharmony/bundlemanager_app_domain_verify.git
synced 2026-07-01 02:47:59 -04:00
update interfaces/inner_api/client/src/app_domain_verify_mgr_client.cpp.
Signed-off-by: 夏鹏程 <xiapengcheng1@huawei.com> Signed-off-by: xpchero <xiapengcheng1@huawei.com>
This commit is contained in:
@@ -32,7 +32,6 @@ AppDomainVerifyMgrClient::AppDomainVerifyMgrClient()
|
||||
}
|
||||
AppDomainVerifyMgrClient::~AppDomainVerifyMgrClient()
|
||||
{
|
||||
APP_DOMAIN_VERIFY_HILOGD(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "%s called", __func__);
|
||||
std::lock_guard<std::mutex> autoLock(proxyLock_);
|
||||
if (appDomainVerifyMgrServiceProxy_ != nullptr && !staticDestoryMonitor_.IsDestoryed()) {
|
||||
auto remoteObject = appDomainVerifyMgrServiceProxy_->AsObject();
|
||||
|
||||
+10
-4
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"patches": [{
|
||||
"project": "productdefine_common",
|
||||
"path": "productdefine/common",
|
||||
"pr_url": "https://gitee.com/openharmony/productdefine_common/pulls/844"
|
||||
}]
|
||||
"project": "productdefine_common",
|
||||
"path": "productdefine/common",
|
||||
"pr_url": "https://gitee.com/openharmony/productdefine_common/pulls/844"
|
||||
},
|
||||
{
|
||||
"project": "systemabilitymgr_samgr",
|
||||
"path": "foundation/systemabilitymgr/samgr",
|
||||
"pr_url": "https://gitee.com/openharmony/systemabilitymgr_samgr/pulls/758"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user