Home
last modified time | relevance | path

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 Dclient_trans_tcp_direct_manager.h61 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 Dtrans_sdk_tcp_direct_test.cpp228 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 Dclient_trans_channel_manager.c182 return TransTdcGetSessionKey(channelId, key, len); in ClientGetSessionKey()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/
H A Dclient_trans_tcp_direct_manager.c413 int32_t TransTdcGetSessionKey(int32_t channelId, char *key, unsigned int len) in TransTdcGetSessionKey() function