mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2025-02-17 04:49:02 +00:00
异moduleName可接续
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
parent
f442b43626
commit
5b36f467b1
@ -983,7 +983,7 @@ int32_t DSchedContinue::UpdateElementInfo(std::shared_ptr<DSchedContinueDataCmd>
|
|||||||
DmsBundleInfo distributedBundleInfo;
|
DmsBundleInfo distributedBundleInfo;
|
||||||
std::string localDeviceId;
|
std::string localDeviceId;
|
||||||
if (!GetLocalDeviceId(localDeviceId) || !DmsBmStorage::GetInstance()->GetDistributedBundleInfo(
|
if (!GetLocalDeviceId(localDeviceId) || !DmsBmStorage::GetInstance()->GetDistributedBundleInfo(
|
||||||
localDeviceId, cmd->dstBundleName_, distributedBundleInfo)) {
|
localDeviceId, cmd->dstBundleName_, distributedBundleInfo)) {
|
||||||
HILOGE("UpdateElementInfo can not found bundle info for bundle name: %{public}s",
|
HILOGE("UpdateElementInfo can not found bundle info for bundle name: %{public}s",
|
||||||
cmd->dstBundleName_.c_str());
|
cmd->dstBundleName_.c_str());
|
||||||
return CAN_NOT_FOUND_MODULE_ERR;
|
return CAN_NOT_FOUND_MODULE_ERR;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user