Home
last modified time | relevance | path

Searched refs:onSuccess (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h55 auto onSuccess = []() REQUIRES(eventMutex_) { in WaitForBreakpoint() local
60 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
86 auto onSuccess = []() REQUIRES(eventMutex_) { in WaitForStepComplete() local
91 WaitForEvent(DebugEvent::STEP_COMPLETE, predicate, onSuccess); in WaitForStepComplete()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h72 auto onSuccess = [&stoppedThread]() REQUIRES(eventMutex_) { in WaitForBreakpoint() local
79 WaitForEvent(DebugEvent::BREAKPOINT, predicate, onSuccess); in WaitForBreakpoint()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js2203 n.onSuccess = t => {
[all...]

Completed in 33 milliseconds