/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smoke/ |
H A D | It_los_queue_100.c | 51 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 60 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 69 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 78 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_head_002.c | 50 ret = LOS_QueueWrite(g_testQueueID01, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 53 ret = LOS_QueueWrite(g_testQueueID01, &buff2, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/ |
H A D | It_los_queue_102.c | 52 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 61 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 70 ret = LOS_QueueWrite(queueID, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_037.c | 55 ret = LOS_QueueWrite(g_testQueueID01, buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 58 ret = LOS_QueueWrite(g_testQueueID01, buff2, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 61 ret = LOS_QueueWrite(g_testQueueID01, &buff3, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_028.c | 46 ret = LOS_QueueWrite(QUEUE_EXISTED_NUM + 1, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 52 ret = LOS_QueueWrite(g_testQueueID01, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_026.c | 49 ret = LOS_QueueWrite(g_testQueueID01, NULL, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 52 ret = LOS_QueueWrite(g_testQueueID01, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_032.c | 52 ret = LOS_QueueWrite(g_testQueueID01, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 55 ret = LOS_QueueWrite(g_testQueueID02, &buff2, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_051.c | 55 ret = LOS_QueueWrite(g_testQueueID01, buff1, 8, 0xff); // 8, Write the setting size of queue buffer. in Testcase() 58 ret = LOS_QueueWrite(g_testQueueID01, buff1, 8, 0xff); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_052.c | 53 ret = LOS_QueueWrite(g_testQueueID01, buff1, 8, 0xf); // 8, Write the setting size of queue buffer. in Testcase() 56 ret = LOS_QueueWrite(g_testQueueID01, buff1, 8, 0xf); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_053.c | 50 ret = LOS_QueueWrite(g_testQueueID01, buff2, 8, 0xf); // 8, Write the setting size of queue buffer. in TaskF01() 53 ret = LOS_QueueWrite(g_testQueueID01, buff2, 8, 0xf); // 8, Write the setting size of queue buffer. in TaskF01() 88 ret = LOS_QueueWrite(g_testQueueID01, buff1, 8, 0xf); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_089.c | 62 ret = LOS_QueueWrite(g_testQueueID01, filebuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase() 65 ret = LOS_QueueWrite(g_testQueueID01, filebuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase() 77 ret = LOS_QueueWrite(g_testQueueID01, filebuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
|
H A D | It_los_queue_088.c | 59 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase() 62 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase() 72 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
|
/kernel/liteos_m/testsuites/sample/kernel/queue/ |
H A D | It_los_queue_037.c | 49 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 52 ret = LOS_QueueWrite(g_testQueueID01, buff2, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 55 ret = LOS_QueueWrite(g_testQueueID01, &buff3, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_060.c | 50 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 53 ret = LOS_QueueWrite(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 56 ret = LOS_QueueWrite(g_testQueueID01, &buff3, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_028.c | 42 ret = LOS_QueueWrite(2, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 48 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_032.c | 47 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 50 ret = LOS_QueueWrite(g_testQueueID02, &buff2, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_039.c | 44 ret = LOS_QueueWrite(g_testQueueID01, NULL, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 48 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_036.c | 45 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 49 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_051.c | 50 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_BASE_MSGSIZE, 0xff);
in Testcase() 53 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_BASE_MSGSIZE, 0xff);
in Testcase()
|
H A D | It_los_queue_052.c | 48 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_BASE_MSGSIZE, 0xf);
in Testcase() 51 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_BASE_MSGSIZE, 0xf);
in Testcase()
|
H A D | It_los_queue_head_002.c | 45 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase() 48 ret = LOS_QueueWrite(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|
H A D | It_los_queue_053.c | 46 ret = LOS_QueueWrite(g_testQueueID01, buff2, QUEUE_BASE_MSGSIZE, 0xf);
in TaskF01() 49 ret = LOS_QueueWrite(g_testQueueID01, buff2, QUEUE_BASE_MSGSIZE, 0xf);
in TaskF01() 83 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_BASE_MSGSIZE, 0xf);
in Testcase()
|
H A D | It_los_queue_090.c | 66 ret = LOS_QueueWrite(queueID[index], filebuf, count, 0);
in Testcase() 69 ret = LOS_QueueWrite(queueID[index], filebuf, count, 0);
in Testcase() 81 ret = LOS_QueueWrite(queueID[limit - 1], filebuf, count, 0);
in Testcase()
|
H A D | It_los_queue_088.c | 52 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_SHORT_BUFFER_LENGTH, 0);
in Testcase() 55 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_SHORT_BUFFER_LENGTH, 0);
in Testcase() 65 ret = LOS_QueueWrite(g_testQueueID01, buff1, QUEUE_SHORT_BUFFER_LENGTH, 0);
in Testcase()
|
H A D | Llt_los_queue_001.c | 43 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in TaskF01() 46 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, LOS_WAIT_FOREVER);
in TaskF01() 85 ret = LOS_QueueWrite(g_testQueueID01, &buff1, QUEUE_BASE_MSGSIZE, 0);
in Testcase()
|