/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/ |
H A D | It_los_queue_022.c | 44 UINT32 queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 49 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 54 ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase() 57 ret = LOS_QueueWrite(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 60 ret = LOS_QueueRead(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase() 64 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
H A D | It_los_queue_head_016.c | 43 UINT32 queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 48 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 53 ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase() 56 ret = LOS_QueueWriteHead(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase() 59 ret = LOS_QueueRead(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase() 63 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
H A D | It_los_queue_head_025.c | 43 UINT32 queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 47 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 52 ret = LOS_QueueCreate("Q1", 3, &queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG], 0, 8); // 3, Set the queue length; 8, Set the node size of the queue. in Testcase() 55 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 61 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
H A D | It_los_queue_103.c | 48 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG; in Testcase() 52 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG + 1; in Testcase() 56 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
H A D | It_los_queue_096.c | 48 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG + 1; in Testcase() 52 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG; in Testcase() 56 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
H A D | It_los_queue_head_022.c | 43 UINT32 queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 48 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 60 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
H A D | It_los_queue_021.c | 44 UINT32 queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 49 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 67 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
H A D | It_los_queue_head_015.c | 43 UINT32 queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 48 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase() 62 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
H A D | It_los_queue_098.c | 49 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG + 1; in Testcase() 57 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG; in Testcase() 66 queueID = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
H A D | It_los_queue_070.c | 46 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase() 54 ret = LOS_QueueRead((LOSCFG_BASE_IPC_QUEUE_CONFIG + 1), &buff2, 8, 0); // 8, Read the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_head_023.c | 48 ret = LOS_QueueWriteHead(LOSCFG_BASE_IPC_QUEUE_CONFIG, &buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_058.c | 47 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
H A D | It_los_queue_064.c | 46 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
H A D | It_los_queue_083.c | 56 ret = LOS_QueueDelete((LOSCFG_BASE_IPC_QUEUE_CONFIG + 1)); in Testcase()
|
H A D | It_los_queue_082.c | 56 ret = LOS_QueueDelete(LOSCFG_BASE_IPC_QUEUE_CONFIG); in Testcase()
|
H A D | It_los_queue_079.c | 50 ret = LOS_QueueWrite((LOSCFG_BASE_IPC_QUEUE_CONFIG + 1), buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_078.c | 50 ret = LOS_QueueWrite(LOSCFG_BASE_IPC_QUEUE_CONFIG, buff1, 8, 0); // 8, Write the setting size of queue buffer. in Testcase()
|
H A D | It_los_queue_005.c | 45 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
H A D | It_posix_queue_136.cpp | 38 mqd_t queueID[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase() 39 CHAR qName[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1][MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() 48 for (index = 0; index < (LOSCFG_BASE_IPC_QUEUE_CONFIG - QUEUE_EXISTED_NUM); index++) { in Testcase()
|
H A D | It_posix_queue_157.cpp | 37 CHAR mqname[LOSCFG_BASE_IPC_QUEUE_CONFIG + 2][MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() 40 mqd_t mqueue[LOSCFG_BASE_IPC_QUEUE_CONFIG + 2]; in Testcase()
|
H A D | It_posix_queue_159.cpp | 39 CHAR mqname[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1][MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() 40 mqd_t mqueue[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase()
|
H A D | It_posix_queue_163.cpp | 37 CHAR mqname[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1][MQUEUE_STANDARD_NAME_LENGTH]; in Testcase() 39 mqd_t mqueue[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1]; in Testcase()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
H A D | It_posix_queue.h | 74 #undef LOSCFG_BASE_IPC_QUEUE_CONFIG macro 75 #define LOSCFG_BASE_IPC_QUEUE_CONFIG 1024 macro 100 extern CHAR g_mqueueName[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1][MQUEUE_STANDARD_NAME_LENGTH]; 101 extern mqd_t g_mqueueId[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1];
|
H A D | It_posix_queue.c | 39 CHAR g_mqueueName[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1][MQUEUE_STANDARD_NAME_LENGTH]; 40 mqd_t g_mqueueId[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1];
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/ |
H A D | It_posix_queue.h | 63 #define MQUEUE_MAX_NUM_TEST (LOSCFG_BASE_IPC_QUEUE_CONFIG - QUEUE_EXISTED_NUM) 73 const int LOSCFG_BASE_IPC_QUEUE_CONFIG = 1024; variable 87 extern CHAR g_mqueueName[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1][MQUEUE_STANDARD_NAME_LENGTH]; 88 extern mqd_t g_mqueueId[LOSCFG_BASE_IPC_QUEUE_CONFIG + 1];
|