Searched refs:FFRT_COND_RETURN_ERROR (Results 1 – 3 of 3) sorted by relevance
163 #define FFRT_COND_RETURN_ERROR(COND, ERRCODE, ...) \ macro
141 …FFRT_COND_RETURN_ERROR(buf == nullptr || len < 1, -1, "buf is nullptr or len is less than 1, len %…
74 …FFRT_COND_RETURN_ERROR(iter == m_wakeDataMap.end(), -1, "fd %d does not exist in wakeDataMap", fd); in AddFdEvent()