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.h473 struct WebMsgPortParam { struct
474 bool extention_;
475 napi_env env_;
476 napi_ref callback_;
477 std::shared_ptr<NWebMessage> msg_;
478 std::mutex mutex_;
479 bool ready_ = false;
480 std::condition_variable condition_;