Searched refs:setAttr (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/kernel_lite/ipc_posix/message_queue/ |
H A D | IpcMqTest.cpp | 39 struct mq_attr setAttr = { 0 };
in HWTEST_F() local 43 setAttr.mq_msgsize = MQ_MSG_SIZE;
in HWTEST_F() 44 setAttr.mq_maxmsg = MQ_MAX_MSG;
in HWTEST_F() 45 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &setAttr);
in HWTEST_F() 74 struct mq_attr setAttr = { 0 };
in HWTEST_F() local 78 setAttr.mq_msgsize = MQ_MSG_SIZE;
in HWTEST_F() 79 setAttr.mq_maxmsg = MQ_MAX_MSG;
in HWTEST_F() 80 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &setAttr);
in HWTEST_F() 115 struct mq_attr setAttr = { 0 };
in HWTEST_F() local 122 memRet = memset_s(&setAttr, sizeo in HWTEST_F() 181 struct mq_attr setAttr = { 0 }; HWTEST_F() local 241 struct mq_attr setAttr = { 0 }; HWTEST_F() local 307 struct mq_attr setAttr = { 0 }; HWTEST_F() local 385 struct mq_attr setAttr = { 0 }; HWTEST_F() local 448 struct mq_attr setAttr = { 0 }; HWTEST_F() local 514 struct mq_attr setAttr = { 0 }; HWTEST_F() local 552 struct mq_attr setAttr = { 0 }; HWTEST_F() local 636 struct mq_attr setAttr = { 0 }; HWTEST_F() local 668 struct mq_attr setAttr = { 0 }; HWTEST_F() local [all...] |
H A D | IpcMqExceptionTest.cpp | 217 struct mq_attr setAttr = { 0 };
in HWTEST_F() local 221 setAttr.mq_msgsize = MAX_MQ_MSG_SIZE + 1;
in HWTEST_F() 222 setAttr.mq_maxmsg = MAX_MQ_NAME_LEN;
in HWTEST_F() 223 queue = mq_open(qName, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &setAttr);
in HWTEST_F()
|
Completed in 3 milliseconds