Searched refs:ClientTransSetChannelInfo (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_callback.c | 185 return ClientTransSetChannelInfo(sessionName, sessionId, channleId, channelType); in TransSetChannelInfo()
|
/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_manager.h | 253 int32_t ClientTransSetChannelInfo(const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_manager_test.cpp | 1098 ret = ClientTransSetChannelInfo(g_sessionName, 1, 11, CHANNEL_TYPE_TCP_DIRECT); in HWTEST_F() 1444 ret = ClientTransSetChannelInfo(g_sessionName, 1, 1, CHANNEL_TYPE_AUTH); in HWTEST_F() 1446 ret = ClientTransSetChannelInfo(NULL, 1, 1, 1); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 2095 int32_t ClientTransSetChannelInfo(const char *sessionName, int32_t sessionId, int32_t channelId, int32_t channelType) in ClientTransSetChannelInfo() function
|
Completed in 7 milliseconds