Searched refs:SESSION_NAME_STREAM (Results 1 – 4 of 4) sorted by relevance
/test/xts/dcts/communication/softbus_standard/transmission/sendstream/ |
D | trans_stream_test.cpp | 82 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/ |
D | trans_session_func_test.cpp | 354 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/ |
D | net_trans_common.h | 60 #define SESSION_NAME_STREAM "com.communication.demo1.stream" macro
|
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/ |
D | dsoftbusTest.cpp | 607 int streamRet = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_STREAM, g_sessionlist4Stream);
|