Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h422 struct WebMsgPortParam { struct
423 bool extention_;
424 napi_env env_;
425 napi_ref callback_;
426 std::shared_ptr<NWebMessage> msg_;
427 std::mutex mutex_;
428 bool ready_ = false;
429 std::condition_variable condition_;