Home
last modified time | relevance | path

Searched refs:OnFileGetSessionId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/
H A Dclient_trans_udp_manager_static_test.cpp122 int32_t ret = OnFileGetSessionId(TEST_CHANNELID, &sessionId);
177 ret = OnFileGetSessionId(TEST_CHANNELID, &sessionId);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h32 int32_t (*OnFileGetSessionId)(int32_t channelId, int32_t *sessionId); member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c261 if (g_udpChannelMgrCb->OnFileGetSessionId(udpChannel.channelId, &sessionId) != SOFTBUS_OK) { in FileSendListener()
402 if (g_udpChannelMgrCb->OnFileGetSessionId(udpChannel.channelId, &sessionId) != SOFTBUS_OK) { in FileReceiveListener()
421 int32_t ret = g_udpChannelMgrCb->OnFileGetSessionId(channelId, &sessionId); in UpdateFileRecvPath()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c539 static int32_t OnFileGetSessionId(int32_t channelId, int32_t *sessionId) in OnFileGetSessionId() function
600 .OnFileGetSessionId = OnFileGetSessionId,