mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
codecheck
Signed-off-by: MisterE <smart_e@126.com>
This commit is contained in:
commit
706a2bab43
@ -390,7 +390,7 @@ int32_t DSchedContinue::OnContinueDataCmd(std::shared_ptr<DSchedContinueDataCmd>
|
||||
int32_t DSchedContinue::PostContinueDataTask(std::shared_ptr<DSchedContinueDataCmd> cmd)
|
||||
{
|
||||
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) {
|
||||
HILOGE("PostContinueDataTask eventHandler is nullptr");
|
||||
return INVALID_PARAMETERS_ERR;
|
||||
|
Loading…
Reference in New Issue
Block a user