#define LOS_ERRNO_EVENT_SETBIT_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_EVENT, 0x00)

Bit 25 of the event mask cannot be set to an event because it is set to an error code.

Value: 0x02001c00

Solution: Set bits excluding bit 25 of the event mask to events.

在文件los_event.h78行定义。