Searched refs:CreateWebMessagePorts (Results 1 – 6 of 6) sorted by relevance
195 void CreateWebMessagePorts(std::vector<std::string>& ports) override in CreateWebMessagePorts() function
496 virtual void CreateWebMessagePorts(std::vector<std::string>& ports) = 0;
104 static napi_value CreateWebMessagePorts(napi_env env, napi_callback_info info);
125 ErrCode CreateWebMessagePorts(std::vector<std::string>& ports);
330 ErrCode WebviewController::CreateWebMessagePorts(std::vector<std::string>& ports) in CreateWebMessagePorts() function in OHOS::NWeb::WebviewController337 nweb_ptr->CreateWebMessagePorts(ports); in CreateWebMessagePorts()
179 … DECLARE_NAPI_FUNCTION("createWebMessagePorts", NapiWebviewController::CreateWebMessagePorts), in Init()1238 napi_value NapiWebviewController::CreateWebMessagePorts(napi_env env, napi_callback_info info) in CreateWebMessagePorts() function in OHOS::NWeb::NapiWebviewController1268 webviewController->CreateWebMessagePorts(ports); in CreateWebMessagePorts()