Searched defs:aCondition (Results 1 – 5 of 5) sorted by relevance
44 #define otEXPECT(aCondition) \ argument62 #define otEXPECT_ACTION(aCondition, aAction) \ argument
113 #define VerifyOrExit(aCondition, ...) \ argument130 #define VerifyOrDie(aCondition, aMessage) \ argument
113 #define VerifyOrDie(aCondition, aExitCode) \ argument
39 #define ExpectOrExitWithErrorMsg(aCondition, aErrorMsg) \ argument
45 std::function<bool(void)> aCondition) in MainloopProcessUntil()