/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/queue/full/ |
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 … in Testcase() 56 …ret = LOS_QueueWriteHead(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff1, 8, 0); // 8, Write the setting … in Testcase() 59 …ret = LOS_QueueRead(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff2, 8, 0); // 8, Read the setting size o… in Testcase() 63 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
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 … in Testcase() 57 …ret = LOS_QueueWrite(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff1, 8, 0); // 8, Write the setting size… in Testcase() 60 …ret = LOS_QueueRead(LOSCFG_BASE_IPC_QUEUE_CONFIG + 1, &buff2, 8, 0); // 8, Read the setting size o… in Testcase() 64 for (index = 0; index < LOSCFG_BASE_IPC_QUEUE_CONFIG - exsitedQueue; index++) { in Testcase()
|
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 … 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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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… in Testcase()
|
D | It_los_queue_head_023.c | 48 …ret = LOS_QueueWriteHead(LOSCFG_BASE_IPC_QUEUE_CONFIG, &buff1, 8, 0); // 8, Write the setting size… in Testcase()
|
D | It_los_queue_079.c | 50 …ret = LOS_QueueWrite((LOSCFG_BASE_IPC_QUEUE_CONFIG + 1), buff1, 8, 0); // 8, Write the setting siz… in Testcase()
|
D | It_los_queue_078.c | 50 …ret = LOS_QueueWrite(LOSCFG_BASE_IPC_QUEUE_CONFIG, buff1, 8, 0); // 8, Write the setting size of q… in Testcase()
|
D | It_los_queue_072.c | 46 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
D | It_los_queue_069.c | 46 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
D | It_los_queue_071.c | 46 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
D | It_los_queue_005.c | 45 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
D | It_los_queue_058.c | 47 g_testQueueID01 = LOSCFG_BASE_IPC_QUEUE_CONFIG - 1; in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/ |
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()
|
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()
|
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()
|
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()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
D | It_posix_queue.h | 74 #undef LOSCFG_BASE_IPC_QUEUE_CONFIG 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];
|
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/ |
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];
|