/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/ |
H A D | trans_dfx_test.cpp | 38 static const char *g_testSessionName = "testSessionName"; variable 86 …SoftBusTransDumpRegisterSession(fd, g_testPkgName, g_testSessionName, TEST_TRANS_UID, TEST_TRANS_P… in TransRegisterSessionTest1() 97 SoftBusTransDumpRegisterSession(fd, nullptr, g_testSessionName, TEST_TRANS_UID, TEST_TRANS_PID); in TransRegisterSessionTest2() 237 …SoftBusTransDumpRegisterSession(ERR_FD, g_testPkgName, g_testSessionName, TEST_TRANS_UID, TEST_TRA… 243 …SoftBusTransDumpRegisterSession(TEST_FD, nullptr, g_testSessionName, TEST_TRANS_UID, TEST_TRANS_PI… 255 …SoftBusTransDumpRegisterSession(TEST_FD, g_testPkgName, g_testSessionName, ERR_TRANS_UID, TEST_TRA… 261 …SoftBusTransDumpRegisterSession(TEST_FD, g_testPkgName, g_testSessionName, TEST_TRANS_UID, ERR_TRA… 267 …SoftBusTransDumpRegisterSession(TEST_FD, g_testPkgName, g_testSessionName, TEST_TRANS_UID, TEST_TR…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | dsoftbus_app_dfile.c | 55 static const char *g_testSessionName = "com.huawei.plrdtest.dsoftbus.JtOpenFileSession"; variable 173 int32_t ret = SetFileSendListener(g_testModuleName, g_testSessionName, &g_fileSendListener); in TestSetFileSendListener() 202 … int32_t ret = CreateSessionServer(g_testModuleName, g_testSessionName, &g_sessionlistener); in TestActiveSendFile() 212 …g_sessionId = OpenSession(g_testSessionName, g_testSessionName, g_networkId, g_testGroupId, &g_ses… in TestActiveSendFile() 228 int32_t ret = RemoveSessionServer(g_testModuleName, g_testSessionName); in TestActiveSendFile()
|
H A D | dsoftbus_app_dfile.cpp | 39 const char *g_testSessionName = "com.huawei.plrdtest.dsoftbus.JtOnOpenFileSession"; variable 178 int32_t ret = SetFileSendListener(g_testModuleName, g_testSessionName, &g_fileSendListener); in TestSetFileSendListener() 197 int32_t ret = CreateSessionServer(g_testModuleName, g_testSessionName, &g_sessionlistener); in TransStateCenterSessionServer() 209 …g_sessionId = OpenSession(g_testSessionName, g_testSessionName, g_networkId, g_testGroupId, &g_ses… in TransStateOpen() 231 int32_t ret = RemoveSessionServer(g_testModuleName, g_testSessionName); in TransStateRemoveSessionServer()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/openauthsession_fuzzer/ |
H A D | openauthsession_fuzzer.cpp | 26 const char *g_testSessionName = "com.plrdtest.dsoftbus"; variable 38 OpenAuthSession(g_testSessionName, &g_addr, -1, (const char*)tmp); in OpenAuthSessionTest()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/ |
H A D | trans_session_test.cpp | 37 const char *g_testSessionName = "ohos.distributedschedule.dms.test"; variable 204 ret = OpenAuthSession(g_testSessionName, NULL, 1, NULL); 207 ret = OpenAuthSession(g_testSessionName, &(g_addrInfo), -1, NULL); 221 ret = OpenAuthSession(g_testSessionName, &(g_addrInfo), 1, NULL);
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/ |
H A D | auth_session_test.cpp | 58 const char *g_testSessionName = "com.plrdtest.dsoftbus"; variable 175 int32_t ret = CreateSessionServer(g_testModuleName, g_testSessionName, &g_sessionlistener); in TestCreateSessionServer() 186 g_sessionId = OpenAuthSession(g_testSessionName, addrInfo, 1, NULL); in TestOpenAuthSession() 192 g_sessionIdTwo = OpenAuthSession(g_testSessionName, addrInfo, 1, NULL); in TestOpenAuthSession()
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/ |
H A D | auth_session_test.c | 44 static const char *g_testSessionName = "com.plrdtest.dsoftbus"; variable 131 int32_t ret = CreateSessionServer(g_testModuleName, g_testSessionName, &g_sessionlistener); in TestCreateSessionServer() 163 g_sessionId = OpenAuthSession(g_testSessionName, &(g_addrInfo[0]), 1, NULL); in TestOpenAuthSession()
|