diff --git a/interfaces/inner_api/concurrent_task_type.h b/interfaces/inner_api/concurrent_task_type.h index ba6bc1a0a87d4328e394a094407335490bbd173b..0ea1a377c7336e7d0ef554480fe1ae96c5463411 100644 --- a/interfaces/inner_api/concurrent_task_type.h +++ b/interfaces/inner_api/concurrent_task_type.h @@ -33,6 +33,8 @@ enum MsgType { MSG_LOSE_FOCUS, MSG_ENTER_INTERACTION_SCENE, MSG_EXIT_INTERACTION_SCENE, + MSG_SUB_FOCUS, + MSG_GROUP_CHANGE, MSG_SYSTEM_MAX, MSG_APP_START_TYPE = 100, MSG_REG_RENDER = MSG_APP_START_TYPE,