Home
last modified time | relevance | path

Searched refs:DispatchToLoop (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Djs_async_work.cpp39 bool JsAsyncWork::DispatchToLoop(AbilityMsgId msgId, void *data) in DispatchToLoop() function in OHOS::ACELite::JsAsyncWork
113 bool ret = DispatchToLoop(ASYNCWORK, static_cast<void *>(asyncWork)); in DispatchAsyncWorkInner()
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Djs_async_work.h106 static bool DispatchToLoop(AbilityMsgId msgId, void *data);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dproduct_adapter.cpp194 if (JsAsyncWork::DispatchToLoop(TE_EVENT, nullptr)) { in DispatchTEMessage()