Searched refs:CLI_MSG (Results 1 – 1 of 1) sorted by relevance
35 #define CLI_MSG "Hi, I am TCP client" macro198 TEST_ASSERT_EQUAL_INT(strlen(CLI_MSG), ret); in SampleTcpServerTask()233 TEST_ASSERT_EQUAL_INT(len * strlen(CLI_MSG), recvSum); in SampleTcpServerTask()284 int cliMsgLen = strlen(CLI_MSG); in SampleTcpClientTask()286 ret = strcpy_s(buf, BUF_SIZE, CLI_MSG); in SampleTcpClientTask()303 ret = strcpy_s(buf, BUF_SIZE, CLI_MSG); in SampleTcpClientTask()