Home
last modified time | relevance | path

Searched refs:UvAfterWorkCb (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_hasimage_callback.cpp52 int ret = uv_queue_work(loop, work, [](uv_work_t *work) {}, UvAfterWorkCb); in OnReceiveValue()
65 void WebviewHasImageCallback::UvAfterWorkCb(uv_work_t* work, int status) in UvAfterWorkCb() function in OHOS::NWeb::WebviewHasImageCallback
Dwebview_hasimage_callback.h43 static void UvAfterWorkCb(uv_work_t* work, int status);
Dwebview_javascript_execute_callback.cpp53 int ret = uv_queue_work(loop, work, [](uv_work_t *work) {}, UvAfterWorkCb); in OnReceiveValue()
66 void WebviewJavaScriptExecuteCallback::UvAfterWorkCb(uv_work_t* work, int status) in UvAfterWorkCb() function in OHOS::NWeb::WebviewJavaScriptExecuteCallback
Dwebview_javascript_execute_callback.h45 static void UvAfterWorkCb(uv_work_t* work, int status);