Home
last modified time | relevance | path

Searched refs:TAR_STR_LEN (Results 1 - 9 of 9) sorted by relevance

/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A DIt_ipc_pipe_003.cpp34 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 DIt_ipc_fdset_001.cpp35 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 DIt_ipc_fdzero_001.cpp35 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 DIt_ipc_fdclr_001.cpp34 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 DIt_ipc_mkfifo_002.cpp35 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 DIt_ipc_mkfifo_003.cpp35 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 DIt_ipc_fdisset_001.cpp34 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 DIt_ipc_pipe_004.cpp33 #define TAR_STR_LEN 12 macro
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_pselect_001.cpp41 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