Searched defs:exchange (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | message.c | 39 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, NULL}; in SAMGR_SendRequest() local 56 Exchange *exchange = GET_OBJECT(request, Exchange, request); in SAMGR_SendResponse() local 100 int32 SAMGR_FreeMsg(Exchange *exchange) in SAMGR_FreeMsg() 123 Exchange exchange = {*identity, *request, {NULL, 0}, MSG_NON, handler, token}; in SAMGR_SendSharedRequest() local 141 Exchange exchange = {0}; in SAMGR_SendSharedDirectRequest() local 171 Exchange *exchange = GET_OBJECT(request, Exchange, request); in SAMGR_SendResponseByIdentity() local 180 static int32 SharedSend(MQueueId queueId, Exchange *exchange, int initRef) in SharedSend() 204 static BOOL FreeReference(Exchange *exchange) in FreeReference()
|
H A D | task_manager.c | 101 Exchange exchange = {0}; in SAMGR_ReleaseTaskPool() local 128 Exchange exchange; in TaskEntry() local 151 static void ProcRequest(Exchange *exchange, ServiceImpl *serviceImpl) in ProcRequest() 164 static void ProcResponse(Exchange *exchange) in ProcResponse() 177 static void ProcDirectRequest(Exchange *exchange) in ProcDirectRequest() 190 static ServiceImpl *CorrectServiceImpl(Exchange *exchange, ServiceImpl *serviceImpl) in CorrectServiceImpl() 228 static void EndWork(ServiceImpl *service, const Exchange *exchange) in EndWork()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 584 IN volatile FILLP_ULONG exchange) in FillpSysArchCompAndWwap()
|