Home
last modified time | relevance | path

Searched refs:LOS_QueueWriteCopy (Results 1 – 23 of 23) sorted by relevance

/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/
DIt_los_queue_103.c49 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
53 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
57 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
61 ret = LOS_QueueWriteCopy(queueID - 1, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
DIt_los_queue_107.c51 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0xffffffff); in Testcase()
59 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0xffffffff + 1); in Testcase()
67 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0xffffffff - 1); in Testcase()
DIt_los_queue_104.c51 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
62 ret = LOS_QueueWriteCopy(queueID, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
DIt_los_queue_106.c51 ret = LOS_QueueWriteCopy(queueID, NULL, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
59 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
DIt_los_queue_114.c53 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
60 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
DIt_los_queue_116.c51 ret = LOS_QueueWriteCopy(g_testQueueID01, &buff1, 8, 0); // 8, Incoming buffer size. in Testcase()
DIt_los_queue_113.c49 ret = LOS_QueueWriteCopy(g_testQueueID01, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in SwtmrF01()
DIt_los_queue_112.c51 ret = LOS_QueueWriteCopy(g_testQueueID01, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in TaskF01()
DIt_los_queue_111.c51 ret = LOS_QueueWriteCopy(g_testQueueID01, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in HwiF01()
/kernel/liteos_m/testsuites/sample/kernel/queue/
DIt_los_queue_107.c46 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0xffffffff); in Testcase()
53 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0xffffffff + 1); in Testcase()
60 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0xffffffff - 1); in Testcase()
DIt_los_queue_104.c47 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_BASE_MSGSIZE, 0); in Testcase()
58 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_BASE_MSGSIZE, 0); in Testcase()
DIt_los_queue_106.c47 ret = LOS_QueueWriteCopy(swTmrID, NULL, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
54 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
DIt_los_queue_114.c48 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
55 ret = LOS_QueueWriteCopy(swTmrID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
DIt_los_queue_static_004.c47 ret = LOS_QueueWriteCopy(g_testQueueID01, &buff1, (UINT32)QUEUE_BASE_MSGSIZE, 0); in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/smoke/
DIt_los_queue_105.c52 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH, 0); in Testcase()
60 ret = LOS_QueueWriteCopy(queueID, &buff1, QUEUE_SHORT_BUFFER_LENGTH + PER_ADDED_VALUE, 0); in Testcase()
/kernel/liteos_a/kernel/include/
Dlos_queue.h475 extern UINT32 LOS_QueueWriteCopy(UINT32 queueID,
/kernel/liteos_a/kernel/base/ipc/
Dlos_queue.c370 LITE_OS_SEC_TEXT UINT32 LOS_QueueWriteCopy(UINT32 queueID, in LOS_QueueWriteCopy() function
398 return LOS_QueueWriteCopy(queueID, &bufferAddr, bufferSize, timeout); in LOS_QueueWrite()
/kernel/liteos_m/kernel/include/
Dlos_queue.h531 extern UINT32 LOS_QueueWriteCopy(UINT32 queueID,
/kernel/liteos_m/kal/posix/src/
Dmqueue.c561 err = LOS_QueueWriteCopy(mqueueID, (VOID *)msg, (UINT32)msgLen, (UINT32)absTicks); in mq_timedsend()
/kernel/liteos_m/kernel/src/
Dlos_swtmr.c290 …(VOID)LOS_QueueWriteCopy(g_swtmrHandlerQueue, &swtmrHandler, sizeof(SwtmrHandlerItem), LOS_NO_WAIT… in OsSwtmrTimeoutHandle()
Dlos_queue.c478 LITE_OS_SEC_TEXT UINT32 LOS_QueueWriteCopy(UINT32 queueID, in LOS_QueueWriteCopy() function
/kernel/liteos_a/compat/posix/src/
Dmqueue.c808 err = LOS_QueueWriteCopy(mqueueID, (VOID *)msg, (UINT32)msgLen, (UINT32)absTicks); in mq_timedsend()
/kernel/liteos_m/kal/cmsis/
Dcmsis_liteos2.c1302 ret = LOS_QueueWriteCopy(queueCB->queueID, msg_ptr, bufferSize, timeout); in osMessageQueueOp()