Searched refs:GetSessionConnByFd (Results 1 – 4 of 4) sorted by relevance
97 int32_t GetSessionConnByFd(int32_t fd, SessionConn *conn);
289 int32_t session = GetSessionConnByFd(fd, conn);292 session = GetSessionConnByFd(fd, conn);
366 if (GetSessionConnByFd(fd, conn) != SOFTBUS_OK || conn->appInfo.fd != fd) { in TdcOnDataEvent()
165 int32_t GetSessionConnByFd(int32_t fd, SessionConn *conn) in GetSessionConnByFd() function