Searched refs:PKGNAME_MAX (Results 1 - 3 of 3) sorted by relevance
/test/xts/dcts/communication/softbus_standard/transmission/reliability/ |
H A D | trans_reliability_test.cpp | 1110 int ret = CreateSessionServer(PKGNAME_MAX, SESSION_NAME_CTL, GetSessionListenser4Ctl());
1112 ret = RemoveSessionServer(PKGNAME_MAX, SESSION_NAME_CTL);
1125 int ret = CreateSessionServer(PKGNAME_MAX, SESSIONNAME_MAX, GetSessionListenser4Ctl());
1127 << strlen(PKGNAME_MAX) << ",sessionLen:" << strlen(SESSIONNAME_MAX);
1128 ret = RemoveSessionServer(PKGNAME_MAX, SESSIONNAME_MAX);
1175 ret = CreateSessionServer(PKGNAME_MAX, SESSIONNAME_MAX, GetSessionListenser4Ctl());
1177 ret = RemoveSessionServer(PKGNAME_MAX, SESSIONNAME_MAX);
|
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.h | 46 #define PKGNAME_MAX "com.communication.demo1.max.len.1234567890123456789012345678901"
macro
|
H A D | net_trans_common.h | 49 #define PKGNAME_MAX "com.communication.demo.max.len.123456789012345678901234567890123"
macro
|
Completed in 4 milliseconds