Home
last modified time | relevance | path

Searched refs:AsyncWorkHandler (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/async/
H A Djs_async_work.h31 typedef void (*AsyncWorkHandler)(void* data); typedef
45 AsyncWorkHandler workHandler;
86 static bool DispatchAsyncWork(AsyncWorkHandler workHandler, void *data);
127 …static bool DispatchAsyncWorkInner(AsyncWorkHandler workHandler, AsyncHandler handler, void *data);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/
H A Djs_async_work.cpp68 bool JsAsyncWork::DispatchAsyncWork(AsyncWorkHandler workHandler, void *data) in DispatchAsyncWork()
78 bool JsAsyncWork::DispatchAsyncWorkInner(AsyncWorkHandler workHandler, AsyncHandler handler, void *… in DispatchAsyncWorkInner()
129 AsyncWorkHandler workHandler = asyncWork->workHandler; in ExecuteAsyncWork()
/ohos5.0/commonlibrary/utils_lite/js/builtin/kvstorekit/src/
H A Dnativeapi_kv.cpp101 uint8_t argsNum, AsyncWorkHandler ExecuteFunc, bool flag) in ExecuteAsyncWork()
289 …JsAsyncWork::DispatchAsyncWork(reinterpret_cast<AsyncWorkHandler>(ExecuteClear), reinterpret_cast<… in Clear()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/async/test/unittest/common/
H A Djs_async_work_tdd_test.cpp67 AsyncWorkHandler handler1 = nullptr; in JsAsyncWorkTest002()
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_deviceinfo.cpp30 uint8_t argsNum, AsyncWorkHandler ExecuteFunc, bool flag = false) in ExecuteAsyncWork()
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs.cpp71 uint8_t argsNum, AsyncWorkHandler ExecuteFunc, bool flag = false) in ExecuteAsyncWork()