Home
last modified time | relevance | path

Searched refs:g_peerSessionName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp47 static const char *g_peerSessionName = "ohos.distributedschedule.dms.test"; variable
213 param->peerSessionName = g_peerSessionName;
502 param->peerSessionName = g_peerSessionName;
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_sdk_tcp_direct_test.cpp44 char g_peerSessionName[SESSIONKEY_LEN] = "ohos.distributedschedule.dms.test"; variable
128 info->peerSessionName = g_peerSessionName; in TestGetChannelInfo()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp37 char g_peerSessionName[] = {"peer sessionName"}; variable
82 channelInfo->peerSessionName = g_peerSessionName; in TransAddChannleInfoTest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/
H A Dsoftbus_server_stub_test.cpp53 char g_peerSessionName[TEST_SESSION_NAME_SIZE_MAX] = "com.test.trans.session.sendfile"; variable
98 sessionParam->peerSessionName = g_peerSessionName; in GenerateSessionParam()