Home
last modified time | relevance | path

Searched refs:GetSessionConnById (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_sessionconn.h99 int32_t GetSessionConnById(int32_t channelId, SessionConn *conn);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c281 if (GetSessionConnById(channelId, conn) != SOFTBUS_OK) { in TransTdcPostBytes()
381 if (GetSessionConnById(channelId, &conn) != SOFTBUS_OK) { in NotifyChannelOpened()
435 if (GetSessionConnById(channelId, &conn) != SOFTBUS_OK) { in NotifyChannelBind()
513 if (GetSessionConnById(channelId, &conn) != SOFTBUS_OK) { in NotifyChannelOpenFailed()
621 TRANS_CHECK_AND_RETURN_RET_LOGE(GetSessionConnById(channelId, &conn) == SOFTBUS_OK, in OpenDataBusReply()
731 if (GetSessionConnById(channelId, conn) != SOFTBUS_OK) { in GetSessionConnFromDataBusRequest()
H A Dtrans_tcp_direct_manager.c321 if (GetSessionConnById(*channelId, &conn) == SOFTBUS_OK) { in TransOpenDirectChannel()
H A Dtrans_tcp_direct_listener.c285 if (GetSessionConnById(channelId, &conn) != SOFTBUS_OK || !conn.serverSide) { in TransProcDataRes()
H A Dtrans_tcp_direct_sessionconn.c185 int32_t GetSessionConnById(int32_t channelId, SessionConn *conn) in GetSessionConnById() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp311 int32_t session = GetSessionConnById(channelId, nullptr);
315 session = GetSessionConnById(channelId, conn);