Searched refs:aCondition (Results 1 – 3 of 3) sorted by relevance
44 #define otEXPECT(aCondition) \ argument47 if (!(aCondition)) \62 #define otEXPECT_ACTION(aCondition, aAction) \ argument65 if (!(aCondition)) \
109 #define VerifyOrDie(aCondition, aExitCode) \ argument112 if (!(aCondition)) \
39 #define ExpectOrExitWithErrorMsg(aCondition, aErrorMsg) \ argument42 if (!(aCondition)) \