Home
last modified time | relevance | path

Searched refs:SESSION_KEY_LEN (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/interfaces/inner_kits/transport/
H A Ddfs_session.h55 #define SESSION_KEY_LEN 32 macro
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_sdk_tcp_direct_test.cpp42 #define SESSION_KEY_LEN 46 macro
46 char g_peerSessionKey[SESSION_KEY_LEN] = "clientkey";
H A Dtrans_session_test.cpp106 ret = GetSessionKey(sessionId, key, SESSION_KEY_LEN - 1);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_test.cpp817 char sessionKey[SESSION_KEY_LEN] = {0};
818 int32_t ret = GetSessionKey(sessionId, sessionKey, SESSION_KEY_LEN);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c706 if (!IsValidSessionId(sessionId) || key == NULL || len < SESSION_KEY_LEN) { in GetSessionKey()