Home
last modified time | relevance | path

Searched defs:aCondition (Results 1 – 5 of 5) sorted by relevance

/external/openthread/examples/platforms/utils/
Dcode_utils.h44 #define otEXPECT(aCondition) \ argument
62 #define otEXPECT_ACTION(aCondition, aAction) \ argument
/external/ot-br-posix/src/common/
Dcode_utils.hpp113 #define VerifyOrExit(aCondition, ...) \ argument
130 #define VerifyOrDie(aCondition, aMessage) \ argument
/external/openthread/src/lib/platform/
Dexit_code.h113 #define VerifyOrDie(aCondition, aExitCode) \ argument
/external/openthread/examples/platforms/simulation/
Dsimul_utils.c39 #define ExpectOrExitWithErrorMsg(aCondition, aErrorMsg) \ argument
/external/ot-br-posix/tests/gtest/
Dtest_rcp_host_api.cpp45 std::function<bool(void)> aCondition) in MainloopProcessUntil()