Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h186 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp37 #define HOOK_ASSERT(cond, action) \ argument