Home
last modified time | relevance | path

Searched refs:GetPortHandle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h442 std::string GetPortHandle() const;
H A Dwebview_controller.cpp556 std::string WebMessagePort::GetPortHandle() const in GetPortHandle() function in OHOS::NWeb::WebMessagePort
H A Dnapi_webview_controller.cpp1933 std::string portHandle = msgPort->GetPortHandle(); in GetSendPorts()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_property.h164 virtual std::string GetPortHandle() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h77 std::string GetPortHandle() override;
H A Dweb_delegate.cpp144 std::string WebMessagePortOhos::GetPortHandle() in GetPortHandle() function in OHOS::Ace::WebMessagePortOhos
1306 sendPorts.push_back(port->GetPortHandle()); in PostWebMessage()