Home
last modified time | relevance | path

Searched refs:AsyncAfterWorkCallback (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_async_work.cpp116 int status = uv_queue_work(loop, &work_, AsyncWorkCallback, AsyncAfterWorkCallback); in Queue()
150 int status = uv_queue_work_with_qos(loop, &work_, AsyncWorkCallback, AsyncAfterWorkCallback, uv_qos_t(qos)); in QueueWithQos()
209 void NativeAsyncWork::AsyncAfterWorkCallback(uv_work_t* req, int status) in AsyncAfterWorkCallback() function in NativeAsyncWork
240 HILOG_DEBUG("NativeAsyncWork::AsyncAfterWorkCallback start to execute."); in AsyncAfterWorkCallback()
H A Dnative_async_work.h75 static void AsyncAfterWorkCallback(uv_work_t* req, int status);

Completed in 2 milliseconds