codecheck

Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
MisterE 2024-11-13 09:20:44 +08:00
commit 706a2bab43

View File

@ -390,7 +390,7 @@ int32_t DSchedContinue::OnContinueDataCmd(std::shared_ptr<DSchedContinueDataCmd>
int32_t DSchedContinue::PostContinueDataTask(std::shared_ptr<DSchedContinueDataCmd> cmd) int32_t DSchedContinue::PostContinueDataTask(std::shared_ptr<DSchedContinueDataCmd> cmd)
{ {
DSchedContinueEventType eventType = DSCHED_CONTINUE_DATA_EVENT; DSchedContinueEventType eventType = DSCHED_CONTINUE_DATA_EVENT;
HILOGI("PostContinueDataTask %{public}d, continueInfo %{public}s; ", eventType, continueInfo_.toString().c_str()); HILOGI("PostContinueDataTask %{public}d, continueInfo %{public}s", eventType, continueInfo_.toString().c_str());
if (eventHandler_ == nullptr) { if (eventHandler_ == nullptr) {
HILOGE("PostContinueDataTask eventHandler is nullptr"); HILOGE("PostContinueDataTask eventHandler is nullptr");
return INVALID_PARAMETERS_ERR; return INVALID_PARAMETERS_ERR;