Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dnapi_webview_controller.h424 struct WebMsgPortParam { struct
425 bool extention_;
426 napi_env env_;
427 napi_ref callback_;
428 std::shared_ptr<NWebMessage> msg_;
429 std::mutex mutex_;
430 bool ready_ = false;
431 std::condition_variable condition_;