Home
last modified time | relevance | path

Searched defs:NapiJsCallBackParm (Results 1 – 1 of 1) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h394 struct NapiJsCallBackParm { struct
396 napi_env env = nullptr;
397 int32_t containerScopedId = -1;
399 std::mutex mutex;
401 std::condition_variable condition;
402 bool ready = false;
404 napi_async_work asyncWork = nullptr;
405 napi_deferred deferred = nullptr;
406 napi_ref callbackRef = nullptr;
408 void* input = nullptr;
[all …]