mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
codecheck
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
bbd995f34e
@ -426,7 +426,7 @@ int32_t DSchedContinue::UpdateElementInfo(std::shared_ptr<DSchedContinueDataCmd>
|
|||||||
std::string moduleName = cmd->want_.GetStringParam(OHOS::AAFwk::Want::PARAM_MODULE_NAME);
|
std::string moduleName = cmd->want_.GetStringParam(OHOS::AAFwk::Want::PARAM_MODULE_NAME);
|
||||||
DmsBundleInfo distributedBundleInfo;
|
DmsBundleInfo distributedBundleInfo;
|
||||||
if (!DmsBmStorage::GetInstance()->GetDistributedBundleInfo(
|
if (!DmsBmStorage::GetInstance()->GetDistributedBundleInfo(
|
||||||
cmd->dstDeviceId_, cmd->dstBundleName_, distributedBundleInfo)) {
|
cmd->dstDeviceId_, 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…
Reference in New Issue
Block a user