Searched refs:QUEUE_Put (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | message.c | 46 return QUEUE_Put(identity->queueId, &exchange, 0, DONT_WAIT); in SAMGR_SendRequest() 185 return QUEUE_Put(queueId, exchange, 0, DONT_WAIT); in SharedSend() 201 return QUEUE_Put(queueId, exchange, 0, DONT_WAIT); in SharedSend()
|
H A D | task_manager.c | 103 QUEUE_Put(pool->queueId, &exchange, 0, DONT_WAIT); in SAMGR_ReleaseTaskPool()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/ |
H A D | queue_adapter.h | 29 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/cmsis/ |
H A D | queue_adapter.c | 26 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout) in QUEUE_Put() function
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/ |
H A D | queue_adapter.c | 46 int QUEUE_Put(MQueueId queueId, const void *element, uint8 pri, int timeout) in QUEUE_Put() function
|