Home
last modified time | relevance | path

Searched refs:SendData4Message (Results 1 – 3 of 3) sorted by relevance

/test/xts/dcts/communication/softbus_standard/transmission/sendmsg/
Dtrans_func_test.cpp143 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/
Dnet_trans_common.h212 int SendData4Message(DataType type, int size);
Dnet_trans_common.c795 int SendData4Message(DataType type, int size) in SendData4Message() function