Home
last modified time | relevance | path

Searched refs:LOS_QueueWrite (Results 1 - 25 of 227) sorted by relevance

12345678910

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smoke/
H A DIt_los_queue_100.c51 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 DIt_los_queue_head_002.c50 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 DIt_los_queue_102.c52 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 DIt_los_queue_037.c55 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 DIt_los_queue_028.c46 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 DIt_los_queue_026.c49 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 DIt_los_queue_032.c52 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 DIt_los_queue_051.c55 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 DIt_los_queue_052.c53 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 DIt_los_queue_053.c50 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 DIt_los_queue_089.c62 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 DIt_los_queue_088.c59 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 DIt_los_queue_037.c49 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 DIt_los_queue_060.c50 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 DIt_los_queue_028.c42 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 DIt_los_queue_032.c47 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 DIt_los_queue_039.c44 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 DIt_los_queue_036.c45 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 DIt_los_queue_051.c50 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 DIt_los_queue_052.c48 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 DIt_los_queue_head_002.c45 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 DIt_los_queue_053.c46 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 DIt_los_queue_090.c66 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 DIt_los_queue_088.c52 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 DLlt_los_queue_001.c43 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()

Completed in 9 milliseconds

12345678910