Home
last modified time | relevance | path

Searched refs:CreateWebMessagePorts (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web_controller.h46 void CreateWebMessagePorts(const JSCallbackInfo& args);
H A Djs_web_controller.cpp529 …s<JSWebController>::CustomMethod("createWebMessagePorts", &JSWebController::CreateWebMessagePorts); in JSBind()
567 void JSWebController::CreateWebMessagePorts(const JSCallbackInfo& args) in CreateWebMessagePorts() function in OHOS::Ace::Framework::JSWebController
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h150 std::vector<std::string> CreateWebMessagePorts() override in CreateWebMessagePorts() function
/ohos5.0/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h195 std::vector<std::string> CreateWebMessagePorts() override in CreateWebMessagePorts() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp386 ArkWebStringVector ArkWebNWebImpl::CreateWebMessagePorts() in CreateWebMessagePorts() function in OHOS::ArkWeb::ArkWebNWebImpl
388 return ArkWebStringVectorClassToStruct(nweb_nweb_->CreateWebMessagePorts()); in CreateWebMessagePorts()
H A Dark_web_nweb_impl.h382 ArkWebStringVector CreateWebMessagePorts() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h491 virtual ArkWebStringVector CreateWebMessagePorts() = 0;
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h182 std::vector<std::string> CreateWebMessagePorts();
H A Dnapi_webview_controller.h143 static napi_value CreateWebMessagePorts(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp487 std::vector<std::string> WebviewController::CreateWebMessagePorts() in CreateWebMessagePorts() function in OHOS::NWeb::WebviewController
495 return nweb_ptr->CreateWebMessagePorts(); in CreateWebMessagePorts()
H A Dnapi_webview_controller.cpp535 … DECLARE_NAPI_FUNCTION("createWebMessagePorts", NapiWebviewController::CreateWebMessagePorts), in Init()
1853 napi_value NapiWebviewController::CreateWebMessagePorts(napi_env env, napi_callback_info info) in CreateWebMessagePorts() function in OHOS::NWeb::NapiWebviewController
1884 std::vector<std::string> ports = webviewController->CreateWebMessagePorts(); in CreateWebMessagePorts()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp439 std::vector<std::string> ArkWebNWebWrapper::CreateWebMessagePorts() in CreateWebMessagePorts() function in OHOS::ArkWeb::ArkWebNWebWrapper
441 ArkWebStringVector stPorts = ark_web_nweb_->CreateWebMessagePorts(); in CreateWebMessagePorts()
H A Dark_web_nweb_wrapper.h388 std::vector<std::string> CreateWebMessagePorts() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h602 virtual std::vector<std::string> CreateWebMessagePorts() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h742 void CreateWebMessagePorts(std::vector<RefPtr<WebMessagePort>>& ports);
H A Dweb_delegate.cpp1288 void WebDelegate::CreateWebMessagePorts(std::vector<RefPtr<WebMessagePort>>& ports) in CreateWebMessagePorts() function in OHOS::Ace::WebDelegate
1291 std::vector<std::string> portStr = nweb_->CreateWebMessagePorts(); in CreateWebMessagePorts()
2334 delegate->CreateWebMessagePorts(ports); in SetWebCallBack()