Home
last modified time | relevance | path

Searched refs:DispatchAsyncWorkInner (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Djs_async_work.cpp70 return DispatchAsyncWorkInner(workHandler, nullptr, data); in DispatchAsyncWork()
75 return DispatchAsyncWorkInner(nullptr, handler, data); in DispatchAsyncWork()
78 bool JsAsyncWork::DispatchAsyncWorkInner(AsyncWorkHandler workHandler, AsyncHandler handler, void *… in DispatchAsyncWorkInner() function in OHOS::ACELite::JsAsyncWork
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Djs_async_work.h127 …static bool DispatchAsyncWorkInner(AsyncWorkHandler workHandler, AsyncHandler handler, void *data);