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.h407 struct WebMsgPortParam { struct
408 bool extention_;
409 napi_env env_;
410 napi_ref callback_;
411 std::shared_ptr<NWebMessage> msg_;
412 std::mutex mutex_;
413 bool ready_ = false;
414 std::condition_variable condition_;