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:
夏鹏程
2024-03-09 02:24:43 +00:00
committed by xpchero
parent f8f0c8cf37
commit 65ecf8aea7
2 changed files with 10 additions and 5 deletions
@@ -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
View File
@@ -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"
}
]
}