diff --git a/common/include/dtbschedmgr_log.h b/common/include/dtbschedmgr_log.h index 0724d705..fa820ab5 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, /** * Result(29360238) for BMS can not find the specified module. */ diff --git a/services/dtbschedmgr/src/continue/dsched_continue.cpp b/services/dtbschedmgr/src/continue/dsched_continue.cpp index 1adc466e..0a3a125f 100644 --- a/services/dtbschedmgr/src/continue/dsched_continue.cpp +++ b/services/dtbschedmgr/src/continue/dsched_continue.cpp @@ -949,15 +949,15 @@ int32_t DSchedContinue::ExecuteContinueData(std::shared_ptrNotifyDeviceOnline(); recvMgr = GetCurrentRecvMgr(); if (recvMgr == nullptr) { HILOGI("GetRecvMgr failed.");