Home
last modified time | relevance | path

Searched refs:GetSessionConnFromDataBusRequest (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp950 SessionConn *connect = GetSessionConnFromDataBusRequest(channelId, reply);
974 SessionConn *connect = GetSessionConnFromDataBusRequest(channelId, reply);
991 SessionConn *connect = GetSessionConnFromDataBusRequest(channelId, reply);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c725 static SessionConn* GetSessionConnFromDataBusRequest(int32_t channelId, const cJSON *request) in GetSessionConnFromDataBusRequest() function
932 SessionConn *conn = GetSessionConnFromDataBusRequest(channelId, request); in OpenDataBusRequest()