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:
parent
a6bb29fe76
commit
bdcc54abc3
@ -430,7 +430,7 @@ int32_t DSchedContinue::UpdateElementInfo(std::shared_ptr<DSchedContinueDataCmd>
|
|||||||
}
|
}
|
||||||
std::string srcContinueType = cmd->continueType_;
|
std::string srcContinueType = cmd->continueType_;
|
||||||
ContinueTypeFormat(srcContinueType);
|
ContinueTypeFormat(srcContinueType);
|
||||||
HILOGD("UpdateElementInfo srcModuleName: %{public}s; srcContinueType:%{}s", srcModuleName.c_str(),
|
HILOGD("UpdateElementInfo srcModuleName: %{public}s; srcContinueType:%{public}s", srcModuleName.c_str(),
|
||||||
srcContinueType.c_str());
|
srcContinueType.c_str());
|
||||||
DmsBundleInfo distributedBundleInfo;
|
DmsBundleInfo distributedBundleInfo;
|
||||||
std::string localDeviceId;
|
std::string localDeviceId;
|
||||||
|
Loading…
Reference in New Issue
Block a user