Searched refs:TransTdcGetSessionKey (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/ |
H A D | client_trans_tcp_direct_manager.h | 61 int32_t TransTdcGetSessionKey(int32_t channelId, char *key, unsigned int len);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_sdk_tcp_direct_test.cpp | 228 ret = TransTdcGetSessionKey(channelId, nullptr, len); 231 ret = TransTdcGetSessionKey(channelId, const_cast<char *>(g_sessionkey), len); 235 ret = TransTdcGetSessionKey(channelId, const_cast<char *>(g_sessionkey), len);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_manager.c | 182 return TransTdcGetSessionKey(channelId, key, len); in ClientGetSessionKey()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
H A D | client_trans_tcp_direct_manager.c | 413 int32_t TransTdcGetSessionKey(int32_t channelId, char *key, unsigned int len) in TransTdcGetSessionKey() function
|