Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_manager.cpp51 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()
H A Di_stream_socket.h46 class IStreamSocket {
48 IStreamSocket() in IStreamSocket() function
57 virtual ~IStreamSocket() in ~IStreamSocket()
H A Dstream_manager.h114 std::map<Proto, std::shared_ptr<IStreamSocket>> socketMap_;
H A Dvtp_stream_socket.h47 class VtpStreamSocket : public std::enable_shared_from_this<VtpStreamSocket>, public IStreamSocket {