Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/transmission/sendstream/
Dtrans_stream_test.cpp82 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM, GetSessionListenser4Stream());
88 int sessionId = OpenSession(SESSION_NAME_STREAM, SESSION_NAME_STREAM, GetNetworkId(),
101 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM);
127 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM, GetSessionListenser4Stream());
136 int sessionId = OpenSession(SESSION_NAME_STREAM, SESSION_NAME_STREAM, GetNetworkId(),
149 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM);
/test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/
Dtrans_session_func_test.cpp354 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_STREAM, GetSendFileListener());
356 …ret = SetFileReceiveListener(DEF_PKG_NAME, SESSION_NAME_STREAM, GetRecvFileListener(), RECV_FILE_P…
359 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM, GetSessionListenser4Stream());
365 …sessionId = OpenSession(SESSION_NAME_STREAM, SESSION_NAME_STREAM, GetNetworkId(), DEF_GROUP_ID, &a…
381 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM);
410 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM, &g_fileSessionListener);
413 …sessionId = OpenSession(SESSION_NAME_STREAM, SESSION_NAME_STREAM, GetNetworkId(), DEF_GROUP_ID, Ge…
525 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM);
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.h60 #define SESSION_NAME_STREAM "com.communication.demo1.stream" macro
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp607 int streamRet = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM, g_sessionlist4Stream);