Searched refs:UvAfterWorkCb (Results 1 – 4 of 4) sorted by relevance
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_hasimage_callback.cpp | 52 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
|
D | webview_hasimage_callback.h | 43 static void UvAfterWorkCb(uv_work_t* work, int status);
|
D | webview_javascript_execute_callback.cpp | 53 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
|
D | webview_javascript_execute_callback.h | 45 static void UvAfterWorkCb(uv_work_t* work, int status);
|