Home
last modified time | relevance | path

Searched refs:GetSessionConnByReq (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.h93 SessionConn *GetSessionConnByReq(int64_t req);
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_test.cpp240 SessionConn *session = GetSessionConnByReq(req);
251 session = GetSessionConnByReq(req);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c703 conn = GetSessionConnByReq(seq); in AddHmlTrigger()
745 conn = GetSessionConnByReq(seq); in OnVerifyP2pReply()
H A Dtrans_tcp_direct_sessionconn.c127 SessionConn *GetSessionConnByReq(int64_t req) in GetSessionConnByReq() function