Home
last modified time | relevance | path

Searched refs:g_sessionKey (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_manager_test.cpp65 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 Dclient_trans_proxy_file_manager_test.cpp76 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 Dtrans_udp_negotiation_exchange_test.cpp29 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 Dtrans_udp_nego_test.cpp32 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 Dsoftbus_message_open_channel_test.cpp31 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 Dauth_test_mock.cpp59 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 Dtrans_server_tcp_direct_test.cpp75 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 Dclient_trans_message_service_test.cpp61 const char *g_sessionKey = "www.huaweitest.com"; member
H A Dclient_trans_session_test.cpp65 const char *g_sessionKey = "www.huaweitest.com"; member
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/auth_channel/
H A Dtrans_auth_channel_test.cpp49 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 Dtrans_sdk_file_test.cpp41 char g_sessionKey[] = {"123548246"}; member
81 channelInfo->sessionKey = g_sessionKey; in TransAddChannleInfoTest()

Completed in 14 milliseconds