Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h431 struct NapiJsCallBackParm { struct
433 napi_env env = nullptr;
434 int32_t containerScopedId = -1;
436 std::mutex mutex;
438 std::condition_variable condition;
439 bool ready = false;
441 napi_async_work asyncWork = nullptr;
442 napi_deferred deferred = nullptr;
443 napi_ref callbackRef = nullptr;
445 void* input = nullptr;
[all …]