• Home
  • Raw
  • Download

Lines Matching full:created

77  * in the queue to be created.
83 * Queue error code: The size of the biggest message in the created queue is too big.
87 * Solution: Change the size of the biggest message in the created queue.
93 * Queue error code: The upper limit of the number of created queues is exceeded.
154 * Queue error code: The queue is not created.
363 * @param queueID [OUT] ID of the queue control structure that is successfully created.
367 * @retval #LOS_OK The message queue is successfully created.
368 …* @retval #LOS_ERRNO_QUEUE_CB_UNAVAILABLE The upper limit of the number of created queues is …
393 * <li>The specific queue should be created firstly.</li>
403 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
416 * @retval #LOS_ERRNO_QUEUE_NOT_CREATE The queue to be read is not created.
442 * <li>The specific queue should be created firstly.</li>
451 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
464 …val #LOS_ERRNO_QUEUE_NOT_CREATE The queue into which the data is written is not created.
489 * <li>The specific queue should be created firstly.</li>
502 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
516 * @retval #LOS_ERRNO_QUEUE_NOT_CREATE The queue to be read is not created.
539 * <li>The specific queue should be created firstly.</li>
550 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
563 …tval #LOS_ERRNO_QUEUE_NOT_CREATE The queue into which the data is written is not created.
598 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
611 …tval #LOS_ERRNO_QUEUE_NOT_CREATE The queue into which the data is written is not created.
646 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
659 …tval #LOS_ERRNO_QUEUE_NOT_CREATE The queue into which the data is written is not created.
683 * <li>This API cannot be used to delete a queue that is not created.</li>
688 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
711 * <li>The specific queue should be created firstly.</li>
713 * @param queueID [IN] Queue ID created by LOS_QueueCreate. The value range is
721 * not created.