Home
last modified time | relevance | path

Searched defs:event (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/
H A Dprotocolhandlernotif_fuzzer.cpp38 Paused event; in ProtocolHandlerNotifFuzzTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_SyncPrimitives.cpp43 void EtsEventWait(EtsObject *event) in EtsEventWait() argument
49 void EtsEventFire(EtsObject *event) in EtsEventFire() argument
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.cpp346 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_promise.cpp33 auto *event = EtsEvent::Create(coro); in Create() local
80 auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroManager); in LaunchCallback() local
H A Dets_sync_primitives.h79 auto &event = awaitee->GetEvent(); in SuspendCoroutine() local
H A Dets_promise.h163 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent() argument
237 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test_switch.cpp148 auto &event = listener.GetEvents()[0]; in TEST_F() local
/arkcompiler/toolchain/tooling/test/client_utils/
H A Dtest_actions.h77 TestCase event = TestCase::COMMON; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_finalizable_weak_ref_test.cpp166 TestEvent<EVENT_COUNT> event; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Dtimers.cpp144 void Timer::TimerStartImpl(const std::string_view event, std::string fileName) in TimerStartImpl() argument
171 TimerEndImpl(const std::string_view event, std::string fileName) TimerEndImpl() argument
[all...]
H A Dtimers.h91 std::string event; member
106 TimerStartDoNothing(const std::string_view event, std::string fileName = �) TimerStartDoNothing() argument
107 TimerEndDoNothing(const std::string_view event, std::string fileName = �) TimerEndDoNothing() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp174 void Trace::WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t threadTime, in WriteInfoToBuf() argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h95 static void Event(DebugEvent event, PtThread thread = PtThread::NONE, in Event() argument
193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp86 void Tracing::RecordTraceEvent(TraceEvent &event) in RecordTraceEvent() argument
[all...]
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h114 static void Event(DebugEvent event, JSPtLocation location = JSPtLocation(nullptr, EntityId(0), 0)) in Event() argument
198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_entrypoints.cpp96 auto *event = EtsEvent::Create(currentCoro); in LaunchCoroutine() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 36 milliseconds