Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/lib/
Dws_connection.cpp23 class WsConnectionImpl : public WsConnection, class
24 public std::enable_shared_from_this<WsConnectionImpl> {
28 std::weak_ptr<WsConnectionImpl> weak_this;
31 WsConnectionImpl(int port, const std::string& addr, const std::string& path,
36 ~WsConnectionImpl() override;
95 void RememberConnection(void*, std::weak_ptr<WsConnectionImpl>);
97 std::shared_ptr<WsConnectionImpl> GetConnection(void*);
106 std::map<void*, std::weak_ptr<WsConnectionImpl>> weak_by_ptr_;
179 return std::shared_ptr<WsConnection>(new WsConnectionImpl( in CreateConnection()
183 std::shared_ptr<WsConnectionImpl> WsConnectionContextImpl::GetConnection( in GetConnection()
[all …]