Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_hasimage_callback.cpp53 …int ret = uv_queue_work_with_qos(loop, work, [](uv_work_t *work) {}, UvAfterWorkCb, uv_qos_user_in… in OnReceiveValue()
66 void WebviewHasImageCallback::UvAfterWorkCb(uv_work_t* work, int status) in UvAfterWorkCb() function in OHOS::NWeb::WebviewHasImageCallback
H A Dwebview_hasimage_callback.h43 static void UvAfterWorkCb(uv_work_t* work, int status);
H A Dwebview_createpdf_execute_callback.cpp101 loop, work, [](uv_work_t* work) {}, UvAfterWorkCb, uv_qos_user_initiated); in OnReceiveValue()
108 void WebviewCreatePDFExecuteCallback::UvAfterWorkCb(uv_work_t* work, int status) in UvAfterWorkCb() function in OHOS::NWeb::WebviewCreatePDFExecuteCallback
H A Dwebview_createpdf_execute_callback.h99 static void UvAfterWorkCb(uv_work_t* work, int status);
H A Dwebview_javascript_execute_callback.h94 static void UvAfterWorkCb(uv_work_t* work, int status);
H A Dwebview_javascript_execute_callback.cpp95 …int ret = uv_queue_work_with_qos(loop, work, [](uv_work_t *work) {}, UvAfterWorkCb, uv_qos_user_in… in OnReceiveValue()
108 void WebviewJavaScriptExecuteCallback::UvAfterWorkCb(uv_work_t* work, int status) in UvAfterWorkCb() function in OHOS::NWeb::WebviewJavaScriptExecuteCallback