Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/vtp_stream_socket_test/
H A Dvtp_stream_socket_test.cpp639 vtpStreamSocket->AddStreamSocketListener(fd, streamreceiver);
700 vtpStreamSocket->AddStreamSocketListener(fd, self);;
1157 VtpStreamSocket::AddStreamSocketListener(1, streamListener); // test add
1158 VtpStreamSocket::AddStreamSocketListener(1, streamListener); // test find exist
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.h179 … static void AddStreamSocketListener(int32_t fd, std::shared_ptr<VtpStreamSocket> streamreceiver);
H A Dvtp_stream_socket.cpp98 void VtpStreamSocket::AddStreamSocketListener(int32_t fd, std::shared_ptr<VtpStreamSocket> streamre… in AddStreamSocketListener() function in Communication::SoftBus::VtpStreamSocket
875 VtpStreamSocket::AddStreamSocketListener(streamFd_, self); in RegisterMetricCallback()