Searched refs:GetPortHandle (Results 1 – 6 of 6) sorted by relevance
442 std::string GetPortHandle() const;
556 std::string WebMessagePort::GetPortHandle() const in GetPortHandle() function in OHOS::NWeb::WebMessagePort
1933 std::string portHandle = msgPort->GetPortHandle(); in GetSendPorts()
164 virtual std::string GetPortHandle() = 0;
77 std::string GetPortHandle() override;
144 std::string WebMessagePortOhos::GetPortHandle() in GetPortHandle() function in OHOS::Ace::WebMessagePortOhos1306 sendPorts.push_back(port->GetPortHandle()); in PostWebMessage()