Searched refs:IStreamSocket (Results 1 – 4 of 4) sorted by relevance
51 std::shared_ptr<IStreamSocket> streamSocket = nullptr; in CreateStreamClientChannel()61 … socketMap_.insert(std::pair<Proto, std::shared_ptr<IStreamSocket>>(curProtocol_, streamSocket)); in CreateStreamClientChannel()81 std::shared_ptr<IStreamSocket> streamSocket = nullptr; in CreateStreamServerChannel()95 socketMap_.insert(std::pair<Proto, std::shared_ptr<IStreamSocket>>(curProtocol_, streamSocket)); in CreateStreamServerChannel()
46 class IStreamSocket {48 IStreamSocket() in IStreamSocket() function57 virtual ~IStreamSocket() in ~IStreamSocket()
114 std::map<Proto, std::shared_ptr<IStreamSocket>> socketMap_;
47 class VtpStreamSocket : public std::enable_shared_from_this<VtpStreamSocket>, public IStreamSocket {