Searched refs:GROUP_ID_LEN (Results 1 - 4 of 4) sorted by relevance
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | net_trans_common.h | 109 #define GROUP_ID_LEN 4
macro 212 int OpenSessionBatch4Data(char groupId[][GROUP_ID_LEN], int* sessionId, int count);
213 int OpenSessionBatch4Ctl(char groupId[][GROUP_ID_LEN], int* sessionId, int count);
|
H A D | socket_common.h | 98 #define GROUP_ID_LEN 4
macro
|
H A D | net_trans_common.c | 899 int OpenSessionBatch4Data(char groupId[][GROUP_ID_LEN], int* sessionId, int count)
in OpenSessionBatch4Data() 923 int OpenSessionBatch4Ctl(char groupId[][GROUP_ID_LEN], int* sessionId, int count)
in OpenSessionBatch4Ctl()
|
/test/xts/dcts/communication/softbus_standard/transmission/reliability/ |
H A D | trans_reliability_test.cpp | 118 char groupId[][GROUP_ID_LEN] = { "g1", "g2", "g3", "g4" };
in HWTEST_F()
|
Completed in 5 milliseconds