Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/examples/platforms/utils/
H A Dcode_utils.h45 #define otEXPECT(aCondition) \ argument
64 #define otEXPECT_ACTION(aCondition, aAction) \ argument
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dcode_utils.hpp113 #define VerifyOrExit(aCondition, ...) \ argument
130 #define VerifyOrDie(aCondition, aMessage) \ argument
/aosp_15_r20/external/openthread/src/lib/utils/
H A Dutils.hpp75 #define EXPECT(aCondition, aAction) \ argument
/aosp_15_r20/external/openthread/src/lib/platform/
H A Dexit_code.h112 #define VerifyOrDie(aCondition, aExitCode) \ argument
/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dtest_rcp_host_api.cpp45 std::function<bool(void)> aCondition) in MainloopProcessUntil()
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A Dmdns_socket.c79 #define VerifyOrDie(aCondition, aErrMsg) \ argument