Searched refs:SendData4Message (Results 1 – 3 of 3) sorted by relevance
/test/xts/dcts/communication/softbus_standard/transmission/sendmsg/ |
D | trans_func_test.cpp | 143 ret = SendData4Message(DATA_TYPE_BYTE, size); 237 ret = SendData4Message(DATA_TYPE_MSG, size); 258 ret = SendData4Message(DATA_TYPE_MSG, size); 308 ret = SendData4Message(DATA_TYPE_MSG, size); 335 ret = SendData4Message(DATA_TYPE_MSG, size); 433 ret = SendData4Message(DATA_TYPE_BYTE, size); 540 ret = SendData4Message(DATA_TYPE_MSG, size); 564 ret = SendData4Message(DATA_TYPE_MSG, size); 620 ret = SendData4Message(DATA_TYPE_MSG, size); 650 ret = SendData4Message(DATA_TYPE_MSG, size);
|
/test/xts/dcts/communication/softbus_standard/common/ |
D | net_trans_common.h | 212 int SendData4Message(DataType type, int size);
|
D | net_trans_common.c | 795 int SendData4Message(DataType type, int size) in SendData4Message() function
|