Searched refs:SESSIONKEY_LEN (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_key_test.cpp | 27 constexpr uint32_t SESSIONKEY_LEN = 32; 62 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; in HWTEST_F() 85 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; in HWTEST_F() 118 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; in HWTEST_F() 152 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; in HWTEST_F() 188 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; in HWTEST_F() 224 SessionKey sessionKey = { { 0 }, SESSIONKEY_LEN }; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/statistics/ |
H A D | client_trans_statistics_test.cpp | 30 #define SESSIONKEY_LEN 46
macro 33 char g_peerSessionName[SESSIONKEY_LEN] = "ohos.distributedschedule.dms.test";
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_tcp_direct_test.cpp | 43 #define SESSIONKEY_LEN 32 macro 472 (void)memcpy_s(channel->detail.sessionKey, SESSIONKEY_LEN, g_sessionkey, strlen(g_sessionkey)); in HWTEST_F() 499 (void)memcpy_s(channel->detail.sessionKey, SESSIONKEY_LEN, g_sessionkey, strlen(g_sessionkey)); in HWTEST_F() 592 (void)memcpy_s(channel->detail.sessionKey, SESSIONKEY_LEN, g_sessionkey, strlen(g_sessionkey)); in HWTEST_F() 857 int32_t ret = memcpy_s(channel->detail.sessionKey, SESSIONKEY_LEN, g_sessionkey, strlen(g_sessionkey)); in HWTEST_F()
|
H A D | trans_sdk_tcp_direct_test.cpp | 41 #define SESSIONKEY_LEN 46 macro 44 char g_peerSessionName[SESSIONKEY_LEN] = "ohos.distributedschedule.dms.test"; 141 (void)memcpy_s(item->detail.sessionKey, SESSIONKEY_LEN, g_sessionkey, strlen(g_sessionkey)); in TestGetTcpDirectChannelInfo()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/ |
H A D | trans_ipc_test.cpp | 29 #define SESSIONKEY_LEN 32 macro
|
Completed in 5 milliseconds