Searched refs:SESSION_NAME_CTL (Results 1 – 5 of 5) sorted by relevance
/test/xts/dcts/communication/softbus_standard/transmission/reliability/ |
D | trans_reliability_test.cpp | 119 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL, GetSessionListenser4Ctl()); 127 … OpenSession(SESSION_NAME_CTL, SESSION_NAME_CTL, GetNetworkId(), groupId[i], GetSessionAttr4Ctl()); 147 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL); 1110 int ret = CreateSessionServer(PKGNAME_MAX, SESSION_NAME_CTL, GetSessionListenser4Ctl()); 1112 ret = RemoveSessionServer(PKGNAME_MAX, SESSION_NAME_CTL); 1141 int ret = CreateSessionServer(PKGNAME_MAX_OUT, SESSION_NAME_CTL, GetSessionListenser4Ctl()); 1143 ret = RemoveSessionServer(PKGNAME_MAX_OUT, SESSION_NAME_CTL);
|
/test/xts/dcts/communication/softbus_standard/common/ |
D | net_trans_common.c | 692 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL, g_sessionlistener4Ctl); in CreateSsAndOpenSession4Ctl() 700 …sessionId = OpenSession(SESSION_NAME_CTL, SESSION_NAME_CTL, g_networkId, DEF_GROUP_ID, g_sessionAt… in CreateSsAndOpenSession4Ctl() 703 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL); in CreateSsAndOpenSession4Ctl() 715 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL); in CreateSsAndOpenSession4Ctl() 868 ret4Ss = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL); in CloseSessionAndRemoveSs4Ctl() 974 …int sId = OpenSession(SESSION_NAME_CTL, SESSION_NAME_CTL, g_networkId, groupId[i], g_sessionAttr4C… in OpenSessionBatch4Ctl()
|
D | net_trans_common.h | 54 #define SESSION_NAME_CTL "com.communication.demo1.control" macro
|
/test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/ |
D | trans_session_func_test.cpp | 155 ret = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL, GetSessionListenser4Ctl()); 181 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL);
|
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/ |
D | dsoftbusTest.cpp | 597 int ctrlRet = CreateSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL, g_sessionlist4Ctrl); 635 ret = RemoveSessionServer(DEF_PKG_NAME, SESSION_NAME_CTL);
|