Home
last modified time | relevance | path

Searched refs:SetDebuggerPostTaskFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp262 workerEngine->SetDebuggerPostTaskFunc([this](std::function<void()>&& task) { in PrepareForWorkerInstance()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h315 virtual void SetDebuggerPostTaskFunc(DebuggerPostTask func);
H A Dnative_engine.cpp676 void NativeEngine::SetDebuggerPostTaskFunc(DebuggerPostTask func) in SetDebuggerPostTaskFunc() function in NativeEngine
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1381 workerEngine->SetDebuggerPostTaskFunc([this](std::function<void()>&& task) { in PrepareForWorkerInstance()