Home
last modified time | relevance | path

Searched refs:LOS_QueueRead (Results 1 - 25 of 280) sorted by relevance

12345678910>>...12

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
H A DIt_los_queue_head_042.c63 ret = LOS_QueueRead(g_testQueueID01, NULL, sizeof(UINTPTR), 0); in Testcase()
66 ret = LOS_QueueRead(g_testQueueID01, &buff4, sizeof(UINTPTR), 0); in Testcase()
69 ret = LOS_QueueRead(g_testQueueID01, &buff5, sizeof(UINTPTR), 0); in Testcase()
72 ret = LOS_QueueRead(g_testQueueID01, &buff6, sizeof(UINTPTR), 0); in Testcase()
H A DIt_los_queue_038.c50 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
59 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
63 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_head_029.c49 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
58 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
62 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_089.c71 ret = LOS_QueueRead(g_testQueueID01, readbuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
74 ret = LOS_QueueRead(g_testQueueID01, readbuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
80 ret = LOS_QueueRead(g_testQueueID01, readbuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
88 ret = LOS_QueueRead(g_testQueueID01, readbuf, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
H A DIt_los_queue_088.c66 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
69 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
75 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
83 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
H A DIt_los_queue_107.c56 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
64 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
72 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
H A DIt_los_queue_037.c64 ret = LOS_QueueRead(g_testQueueID01, &buff4, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
67 ret = LOS_QueueRead(g_testQueueID01, &buff5, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
70 ret = LOS_QueueRead(g_testQueueID01, &buff6, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_head_028.c62 ret = LOS_QueueRead(g_testQueueID01, &buff4, sizeof(UINTPTR), 0); in Testcase()
65 ret = LOS_QueueRead(g_testQueueID01, &buff5, sizeof(UINTPTR), 0); in Testcase()
68 ret = LOS_QueueRead(g_testQueueID01, &buff6, sizeof(UINTPTR), 0); in Testcase()
H A DIt_los_queue_015.c49 ret = LOS_QueueRead(g_testQueueID01, &buff2, 9, 0); // 9, Read the setting size of queue buffer. in Testcase()
55 ret = LOS_QueueRead(g_testQueueID01, &buff2, 9, 0); // 9, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_066.c52 ret = LOS_QueueRead(g_testQueueID01, &buff2, (0xffffffff - 1), 0); in Testcase()
56 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_head_019.c52 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
58 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_head_013.c48 ret = LOS_QueueRead(g_testQueueID01, &buff2, 9, 0); // 9, Read the setting size of queue buffer. in Testcase()
54 ret = LOS_QueueRead(g_testQueueID01, &buff2, 9, 0); // 9, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_025.c53 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
59 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
H A DIt_los_queue_head_026.c52 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
60 ret = LOS_QueueRead(g_testQueueID01, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
/kernel/liteos_m/testsuites/sample/kernel/queue/
H A DIt_los_queue_060.c59 ret = LOS_QueueRead(g_testQueueID01, NULL, QUEUE_BASE_MSGSIZE, 0); in Testcase()
62 ret = LOS_QueueRead(g_testQueueID01, &buff4, QUEUE_BASE_MSGSIZE, 0); in Testcase()
65 ret = LOS_QueueRead(g_testQueueID01, &buff5, QUEUE_BASE_MSGSIZE, 0); in Testcase()
68 ret = LOS_QueueRead(g_testQueueID01, &buff6, QUEUE_BASE_MSGSIZE, 0); in Testcase()
H A DIt_los_queue_head_042.c59 ret = LOS_QueueRead(g_testQueueID01, NULL, QUEUE_BASE_MSGSIZE, 0); in Testcase()
62 ret = LOS_QueueRead(g_testQueueID01, &buff4, QUEUE_BASE_MSGSIZE, 0); in Testcase()
65 ret = LOS_QueueRead(g_testQueueID01, &buff5, QUEUE_BASE_MSGSIZE, 0); in Testcase()
68 ret = LOS_QueueRead(g_testQueueID01, &buff6, QUEUE_BASE_MSGSIZE, 0); in Testcase()
H A DIt_los_queue_038.c45 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
54 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
58 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
H A DIt_los_queue_head_029.c45 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
54 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
58 ret = LOS_QueueRead(g_testQueueID01, &buff2, QUEUE_BASE_MSGSIZE, 0); in Testcase()
H A DIt_los_queue_090.c74 ret = LOS_QueueRead(queueID[index], readbuf, count, 0); in Testcase()
77 ret = LOS_QueueRead(queueID[index], readbuf, count, 0); in Testcase()
84 ret = LOS_QueueRead(queueID[limit - 1], readbuf, count, 0); in Testcase()
92 ret = LOS_QueueRead(queueID[limit - 1], readbuf, count, 0); in Testcase()
H A DIt_los_queue_088.c59 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
62 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
68 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
76 ret = LOS_QueueRead(g_testQueueID01, buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
H A DIt_los_queue_037.c58 ret = LOS_QueueRead(g_testQueueID01, &buff4, QUEUE_BASE_MSGSIZE, 0); in Testcase()
61 ret = LOS_QueueRead(g_testQueueID01, &buff5, QUEUE_BASE_MSGSIZE, 0); in Testcase()
64 ret = LOS_QueueRead(g_testQueueID01, &buff6, QUEUE_BASE_MSGSIZE, 0); in Testcase()
H A DIt_los_queue_107.c50 ret = LOS_QueueRead(swTmrID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
57 ret = LOS_QueueRead(swTmrID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
64 ret = LOS_QueueRead(swTmrID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
H A DIt_los_queue_head_028.c58 ret = LOS_QueueRead(g_testQueueID01, &buff4, QUEUE_BASE_MSGSIZE, 0); in Testcase()
61 ret = LOS_QueueRead(g_testQueueID01, &buff5, QUEUE_BASE_MSGSIZE, 0); in Testcase()
64 ret = LOS_QueueRead(g_testQueueID01, &buff6, QUEUE_BASE_MSGSIZE, 0); in Testcase()
H A DIt_los_queue_015.c45 ret = LOS_QueueRead(g_testQueueID01, &buff2, 9, 0); // 9, QUEUE_BASE_MSGSIZE + 1 in Testcase()
51 ret = LOS_QueueRead(g_testQueueID01, &buff2, 9, 0); // 9, QUEUE_BASE_MSGSIZE + 1 in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smoke/
H A DIt_los_queue_105.c57 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
65 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
73 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
78 ret = LOS_QueueRead(queueID, &buff2, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()

Completed in 7 milliseconds

12345678910>>...12