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 D | trans_tcp_direct_sessionconn.h | 99 int32_t GetSessionConnById(int32_t channelId, SessionConn *conn);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_message.c | 281 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 D | trans_tcp_direct_manager.c | 321 if (GetSessionConnById(*channelId, &conn) == SOFTBUS_OK) { in TransOpenDirectChannel()
|
H A D | trans_tcp_direct_listener.c | 285 if (GetSessionConnById(channelId, &conn) != SOFTBUS_OK || !conn.serverSide) { in TransProcDataRes()
|
H A D | trans_tcp_direct_sessionconn.c | 185 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 D | trans_tcp_direct_message_test.cpp | 311 int32_t session = GetSessionConnById(channelId, nullptr); 315 session = GetSessionConnById(channelId, conn);
|