Searched refs:UvAfterWorkCb (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_hasimage_callback.cpp | 53 …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 D | webview_hasimage_callback.h | 43 static void UvAfterWorkCb(uv_work_t* work, int status);
|
H A D | webview_createpdf_execute_callback.cpp | 101 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 D | webview_createpdf_execute_callback.h | 99 static void UvAfterWorkCb(uv_work_t* work, int status);
|
H A D | webview_javascript_execute_callback.h | 94 static void UvAfterWorkCb(uv_work_t* work, int status);
|
H A D | webview_javascript_execute_callback.cpp | 95 …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
|