Home
last modified time | relevance | path

Searched defs:CONDITION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/
H A Dhdf_message_test.h13 #define MSG_BREAK_IF(ERRCODE_VAR, CONDITION) \ argument
20 #define MSG_RETURN_IF(CONDITION) \ argument
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_utils.cpp50 #define NOT_SATISFIED_RETURN(CONDITION, ERROR_CODE, LOG_MESSAGE, ...) do { \ argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_log.h133 #define CONDITION(cond) (__builtin_expect((cond) != 0, 0)) macro