Home
last modified time | relevance | path

Searched refs:g_testSessionName (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/tests/core/common/dfx/hisysevent_adapter/unittest/
H A Dtrans_dfx_test.cpp38 static const char *g_testSessionName = "testSessionName"; variable
86 SoftBusTransDumpRegisterSession(fd, g_testPkgName, g_testSessionName, TEST_TRANS_UID, TEST_TRANS_PID); 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_TRANS_PID); in HWTEST_F()
243 SoftBusTransDumpRegisterSession(TEST_FD, nullptr, g_testSessionName, TEST_TRANS_UID, TEST_TRANS_PID); in HWTEST_F()
255 SoftBusTransDumpRegisterSession(TEST_FD, g_testPkgName, g_testSessionName, ERR_TRANS_UID, TEST_TRANS_PID); in HWTEST_F()
261 SoftBusTransDumpRegisterSession(TEST_FD, g_testPkgName, g_testSessionName, TEST_TRANS_UID, ERR_TRANS_PID); in HWTEST_F()
267 SoftBusTransDumpRegisterSession(TEST_FD, g_testPkgName, g_testSessionName, TEST_TRANS_UID, TEST_TRANS_PID); in HWTEST_F()
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/openauthsession_fuzzer/
H A Dopenauthsession_fuzzer.cpp26 const char *g_testSessionName = "com.plrdtest.dsoftbus"; member
38 OpenAuthSession(g_testSessionName, &g_addr, -1, (const char*)tmp); in OpenAuthSessionTest()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Ddsoftbus_app_dfile.cpp39 const char *g_testSessionName = "com.huawei.plrdtest.dsoftbus.JtOnOpenFileSession"; member
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_sessionAttr); in TransStateOpen()
231 int32_t ret = RemoveSessionServer(g_testModuleName, g_testSessionName); in TransStateRemoveSessionServer()
H A Ddsoftbus_app_dfile.c55 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_sessionAttr); in TestActiveSendFile()
228 int32_t ret = RemoveSessionServer(g_testModuleName, g_testSessionName); in TestActiveSendFile()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/auth/
H A Dauth_session_test.c44 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()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/
H A Dauth_session_test.cpp58 const char *g_testSessionName = "com.plrdtest.dsoftbus"; member
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()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_session_test.cpp37 const char *g_testSessionName = "ohos.distributedschedule.dms.test"; member
204 ret = OpenAuthSession(g_testSessionName, NULL, 1, NULL); in HWTEST_F()
207 ret = OpenAuthSession(g_testSessionName, &(g_addrInfo), -1, NULL); in HWTEST_F()
221 ret = OpenAuthSession(g_testSessionName, &(g_addrInfo), 1, NULL); in HWTEST_F()

Completed in 4 milliseconds