Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h211 std::string GetPortHandle() const;
Dwebview_controller.cpp371 std::string WebMessagePort::GetPortHandle() const in GetPortHandle() function in OHOS::NWeb::WebMessagePort
Dnapi_webview_controller.cpp596 std::string portHandle = msgPort->GetPortHandle(); in PostMessage()