Searched refs:SetSessionKeyByChanId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_message_test.cpp | 470 SetSessionKeyByChanId(channelId, nullptr, keyLen); 471 SetSessionKeyByChanId(channelId, sessionKey, keyLen); 474 SetSessionKeyByChanId(channelId, sessionKey, keyLen);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/ |
H A D | trans_tcp_direct_sessionconn.h | 112 void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLen);
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_listener.c | 97 …SetSessionKeyByChanId(conn->channelId, conn->appInfo.sessionKey, sizeof(conn->appInfo.sessionKey)); in StartVerifySession()
|
H A D | trans_tcp_direct_sessionconn.c | 517 void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLen) in SetSessionKeyByChanId() function
|