#define LOS_ERRNO_SEM_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_SEM, 0x02)

Semaphore error code: Null pointer.

Value: 0x02000702

Solution: Change the passed-in null pointer to a valid non-null pointer.

在文件los_sem.h82行定义。