Lines Matching refs:int32
30 static int32 SharedSend(MQueueId queueId, Exchange *exchange, int initRef);
33 int32 SAMGR_SendRequest(const Identity *identity, const Request *request, Handler handler) in SAMGR_SendRequest()
49 int32 SAMGR_SendResponse(const Request *request, const Response *response) in SAMGR_SendResponse()
79 int32 ret = SharedSend(exchange->id.queueId, exchange, 1); in SAMGR_SendResponse()
87 int32 SAMGR_MsgRecv(MQueueId queueId, uint8 *interMsg, uint32 size) in SAMGR_MsgRecv()
100 int32 SAMGR_FreeMsg(Exchange *exchange) in SAMGR_FreeMsg()
126 int32 err = SharedSend(identity->queueId, &exchange, 0); in SAMGR_SendSharedRequest()
134 int32 SAMGR_SendSharedDirectRequest(const Identity *id, const Request *req, const Response *resp, u… in SAMGR_SendSharedDirectRequest()
155 int32 err = SharedSend(id->queueId, &exchange, 0); in SAMGR_SendSharedDirectRequest()
164 int32 SAMGR_SendResponseByIdentity(const Identity *id, const Request *request, const Response *resp… in SAMGR_SendResponseByIdentity()
180 static int32 SharedSend(MQueueId queueId, Exchange *exchange, int initRef) in SharedSend()