Searched refs:g_sessionKey (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/ |
H A D | client_trans_proxy_manager_test.cpp | 65 char g_sessionKey[32] = "1234567812345678123456781234567"; member 230 channelInfo.sessionKey = g_sessionKey; in HWTEST_F() 349 channelInfo.sessionKey = g_sessionKey; in HWTEST_F() 378 channelInfo.sessionKey = g_sessionKey; in HWTEST_F() 407 channelInfo.sessionKey = g_sessionKey; in HWTEST_F()
|
H A D | client_trans_proxy_file_manager_test.cpp | 76 const char *g_sessionKey = "www.huaweitest.com"; member 289 channel->sessionKey = (char *)g_sessionKey; in HWTEST_F() 322 channel->sessionKey = (char *)g_sessionKey; in HWTEST_F() 1913 channel1->sessionKey = (char *)g_sessionKey; in HWTEST_F() 1926 channel2->sessionKey = (char *)g_sessionKey; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_negotiation_exchange_test.cpp | 29 const char *g_sessionKey = "www.huaweitest.com"; member 62 int32_t res = strcpy_s(appInfo->sessionKey, sizeof(appInfo->sessionKey), g_sessionKey); in GenerateAppInfo()
|
H A D | trans_udp_nego_test.cpp | 32 const char *g_sessionKey = "www.huaweitest.com"; member 141 int32_t res = strcpy_s(appInfo->sessionKey, sizeof(appInfo->sessionKey), g_sessionKey); in GenerateAppInfo()
|
/foundation/communication/dsoftbus/tests/core/transmission/common/softbus_message_open_channel_test/ |
H A D | softbus_message_open_channel_test.cpp | 31 const char *g_sessionKey = "www.huaweitest.com"; member 80 if (!AddStringToJsonObject(msg, AUTH_STATE, g_sessionKey)) { in TestGetMsgPack()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_test_mock.cpp | 59 uint8_t g_sessionKey[SESSION_KEY_LENGTH]; member 308 LnnHichainInterfaceMock::g_devAuthCb.onSessionKeyReturned(SEQ_SERVER, g_sessionKey, SESSION_KEY_LENGTH); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_server_tcp_direct_test.cpp | 75 static const char *g_sessionKey = "www.test.com"; member 253 int32_t ret = TestAddAuthManager(TRANS_TEST_AUTH_SEQ, g_sessionKey, false); in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_message_service_test.cpp | 61 const char *g_sessionKey = "www.huaweitest.com"; member
|
H A D | client_trans_session_test.cpp | 65 const char *g_sessionKey = "www.huaweitest.com"; member
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/ |
H A D | trans_auth_channel_test.cpp | 49 const char *g_sessionKey = "www.huaweitest.com"; member 101 if (strcpy_s(appInfo->sessionKey, sizeof(appInfo->sessionKey), g_sessionKey) != EOK || in TestGenerateAppInfo()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | trans_sdk_file_test.cpp | 41 char g_sessionKey[] = {"123548246"}; member 81 channelInfo->sessionKey = g_sessionKey; in TransAddChannleInfoTest()
|
Completed in 14 milliseconds