Searched refs:TAR_STR_LEN (Results 1 - 9 of 9) sorted by relevance
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | It_ipc_pipe_003.cpp | 34 static const int TAR_STR_LEN = 12; variable 55 ret = write(pipeFd[1], "Hello world", TAR_STR_LEN); in Testcase() 57 if (ret != TAR_STR_LEN) { in Testcase() 69 ret = read(pipeFd[0], buffer, TAR_STR_LEN); in Testcase() 70 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
H A D | It_ipc_fdset_001.cpp | 35 static const int TAR_STR_LEN = 12; variable 52 ret = write(pipeFd[i][1], "Aloha World", TAR_STR_LEN); in Testcase() 54 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
H A D | It_ipc_fdzero_001.cpp | 35 static const int TAR_STR_LEN = 12; variable 51 ret = write(pipeFd[i][1], "Aloha world", TAR_STR_LEN); in Testcase() 53 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
H A D | It_ipc_fdclr_001.cpp | 34 static const int TAR_STR_LEN = 12; variable 49 ret = write(pipeFd[i][1], "aloha world", TAR_STR_LEN); in Testcase() 51 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | It_ipc_mkfifo_002.cpp | 35 static const int TAR_STR_LEN = 12; variable 61 ret = write(tarFd, "hello world", TAR_STR_LEN); in Testcase() 62 if (ret != TAR_STR_LEN) { in Testcase() 73 ret = read(tarFd, buffer, TAR_STR_LEN); in Testcase() 74 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
H A D | It_ipc_mkfifo_003.cpp | 35 static const int TAR_STR_LEN = 12; variable 60 ret = write(tarFd, "hello world", TAR_STR_LEN); in Testcase() 61 if (ret != TAR_STR_LEN) { in Testcase() 73 ret = read(tarFd, buffer, TAR_STR_LEN); in Testcase() 74 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
H A D | It_ipc_fdisset_001.cpp | 34 static const int TAR_STR_LEN = 12; variable 42 ret = write(pipeFd[1], "Hello World", TAR_STR_LEN); in Testcase() 44 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase()
|
H A D | It_ipc_pipe_004.cpp | 33 #define TAR_STR_LEN 12 macro
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_pselect_001.cpp | 41 static const int TAR_STR_LEN = 12; /* 12, str len */ in Testcase1() local 46 ret = write(pipeFd[1], "Hello World", TAR_STR_LEN); in Testcase1() 47 ICUNIT_GOTO_EQUAL(ret, TAR_STR_LEN, ret, EXIT); in Testcase1()
|
Completed in 3 milliseconds