Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h97 int32_t GetSessionConnByFd(int32_t fd, SessionConn *conn);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp289 int32_t session = GetSessionConnByFd(fd, conn);
292 session = GetSessionConnByFd(fd, conn);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_listener.c366 if (GetSessionConnByFd(fd, conn) != SOFTBUS_OK || conn->appInfo.fd != fd) { in TdcOnDataEvent()
H A Dtrans_tcp_direct_sessionconn.c165 int32_t GetSessionConnByFd(int32_t fd, SessionConn *conn) in GetSessionConnByFd() function