Home
last modified time | relevance | path

Searched refs:CallDebuggerPostTaskFunc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp109 nativeEngine->CallDebuggerPostTaskFunc(std::move(callback)); in InitWorkerFunc()
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_engine.h316 virtual void CallDebuggerPostTaskFunc(std::function<void()>&& task);
H A Dnative_engine.cpp669 void NativeEngine::CallDebuggerPostTaskFunc(std::function<void()>&& task) in CallDebuggerPostTaskFunc() function in NativeEngine
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1298 nativeEngine->CallDebuggerPostTaskFunc(std::move(callback)); in RegisterInitWorkerFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3161 nativeEngine->CallDebuggerPostTaskFunc(std::move(callback)); in RegisterInitWorkerFunc()