Home
last modified time | relevance | path

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 Dtrans_tcp_direct_message_test.cpp470 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 Dtrans_tcp_direct_sessionconn.h112 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 Dtrans_tcp_direct_listener.c97SetSessionKeyByChanId(conn->channelId, conn->appInfo.sessionKey, sizeof(conn->appInfo.sessionKey)); in StartVerifySession()
H A Dtrans_tcp_direct_sessionconn.c517 void SetSessionKeyByChanId(int32_t chanId, const char *sessionKey, int32_t keyLen) in SetSessionKeyByChanId() function