Searched refs:CreateWebMessagePorts (Results 1 – 6 of 6) sorted by relevance
201 void CreateWebMessagePorts(std::vector<std::string>& ports) override in CreateWebMessagePorts() function
533 virtual void CreateWebMessagePorts(std::vector<std::string>& ports) = 0;
110 static napi_value CreateWebMessagePorts(napi_env env, napi_callback_info info);
143 ErrCode CreateWebMessagePorts(std::vector<std::string>& ports);
438 ErrCode WebviewController::CreateWebMessagePorts(std::vector<std::string>& ports) in CreateWebMessagePorts() function in OHOS::NWeb::WebviewController445 nweb_ptr->CreateWebMessagePorts(ports); in CreateWebMessagePorts()
199 … DECLARE_NAPI_FUNCTION("createWebMessagePorts", NapiWebviewController::CreateWebMessagePorts), in Init()1365 napi_value NapiWebviewController::CreateWebMessagePorts(napi_env env, napi_callback_info info) in CreateWebMessagePorts() function in OHOS::NWeb::NapiWebviewController1395 webviewController->CreateWebMessagePorts(ports); in CreateWebMessagePorts()