mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +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;
|
||||
std::string localDeviceId;
|
||||
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",
|
||||
cmd->dstBundleName_.c_str());
|
||||
return CAN_NOT_FOUND_MODULE_ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user