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 D | js_async_work.h | 31 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 D | js_async_work.cpp | 68 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 D | nativeapi_kv.cpp | 101 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 D | js_async_work_tdd_test.cpp | 67 AsyncWorkHandler handler1 = nullptr; in JsAsyncWorkTest002()
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/ |
H A D | nativeapi_deviceinfo.cpp | 30 uint8_t argsNum, AsyncWorkHandler ExecuteFunc, bool flag = false) in ExecuteAsyncWork()
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/ |
H A D | nativeapi_fs.cpp | 71 uint8_t argsNum, AsyncWorkHandler ExecuteFunc, bool flag = false) in ExecuteAsyncWork()
|