Home
last modified time | relevance | path

Searched refs:g_mySessionName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp36 char g_mySessionName[] = {"my sessionName"}; variable
424 ret = TransSetFileSendListener(g_mySessionName, sendListener);
427 ret = TransOnFileChannelOpened(g_mySessionName, channelInfo, &filePort);
430 TransDeleteFileListener(g_mySessionName);
613 ret = TransSetFileSendListener(g_mySessionName, sendListener);
616 ret = TransOnFileChannelOpened(g_mySessionName, channelInfo, &filePort);
621 TransDeleteFileListener(g_mySessionName);
713 ret = TransSetSocketFileListener(g_mySessionName, nullptr, false);
721 ret = TransSetSocketFileListener(g_mySessionName, SocketFileCallbackFuncTest, false);
739 ret = TransAddNewSocketFileListener(g_mySessionName, nullptr, false);
[all …]
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp52 char g_mySessionName[TEST_SESSION_NAME_SIZE_MAX] = "com.test.trans.session"; variable
97 sessionParam->sessionName = g_mySessionName; in GenerateSessionParam()
116 …_t ret = strcpy_s(sessionServer->sessionName, sizeof(sessionServer->sessionName), g_mySessionName); in GenerateSessionServer()