Lines Matching defs:param
45 uintptr_t param[HI_SYS_MSG_PARAM_NUM_MAX]; /* < Message parameter.CNcomment:消息参数 CNend */
58 * @param id [OUT] type #hi_u32*,Handle of the created message queue.
60 * @param queue_len [IN] type #hi_u16,Message queue length, that is, the number of messages that can be stored
62 * @param msg_size [IN] type #hi_u32,Size of each message in the message queue (unit: byte)
87 * @param id [IN] type #hi_u32,Handle of the created message queue.CNcomment:消息队列句柄。CNend
109 * @param id [IN] type #hi_u32,Message queue handle.CNcomment:消息队列句柄。CNend
110 * @param msg [IN] type #hi_pvoid,Message content pointer.CNcomment:消息内容指针。CNend
111 * @param timeout_ms [IN] type #hi_u32,Timeout period for sending a message. The value 0 indicates
114 * @param msg_size [IN] type #hi_u32,Size of the sent message (unit: byte).
144 * @param id [IN] type #hi_u32,Message queue handle.CNcomment:消息队列句柄。CNend
145 * @param msg [OUT] type #hi_pvoid,Message content pointer.CNcomment:消息内容指针。CNend
146 * @param timeout_ms [IN] type #hi_u32,Timeout period for receiving a message. The value #HI_SYS_WAIT_FOREVER
149 * @param msg_size [IN] type #hi_u32*,Expected message length (unit: byte),if wait msg success, this val will fill
179 * @param id [IN] type #hi_u32,Message queue handle.CNcomment:消息队列句柄。CNend
198 * @param id [IN] #hi_u32,Handle of the created message queue.CNcomment:消息队列句柄。CNend
216 * @param id [IN] #hi_u32,Handle of the created message queue.CNcomment:消息队列句柄。CNend
237 * @param id [IN] type #hi_u32,Message queue handle.CNcomment:消息队列句柄。CNend
238 * @param msg [IN] type #hi_pvoid,Message content pointer.CNcomment:消息内容指针。CNend
239 * @param timeout_ms [IN] type #hi_u32,Timeout period for sending a message. The value 0 indicates
242 * @param msg_size [IN] type #hi_u32,Size of the sent message (unit: byte).