diff --git a/common/include/dtbschedmgr_log.h b/common/include/dtbschedmgr_log.h index 1b22f8ec..1e8462f9 100644 --- a/common/include/dtbschedmgr_log.h +++ b/common/include/dtbschedmgr_log.h @@ -525,6 +525,10 @@ enum { * Result(29360237) for not get mgr. */ DMS_NOT_GET_MANAGER = 29360237, + /** + * Result(29360238) for get window failed from scb. + */ + DMS_GET_WINDOW_FAILED_FROM_SCB = 29360238, }; } // namespace DistributedSchedule } // namespace OHOS diff --git a/services/dtbschedmgr/src/continue/dsched_continue.cpp b/services/dtbschedmgr/src/continue/dsched_continue.cpp index 8fba3b2f..fab8be91 100644 --- a/services/dtbschedmgr/src/continue/dsched_continue.cpp +++ b/services/dtbschedmgr/src/continue/dsched_continue.cpp @@ -945,15 +945,15 @@ int32_t DSchedContinue::ExecuteContinueData(std::shared_ptrNotifyDeviceOnline(); recvMgr = GetCurrentRecvMgr(); if (recvMgr == nullptr) { HILOGI("GetRecvMgr failed.");