Searched refs:queueID (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmTransaction.h70 PRInt32 queueID; // will be the index of the queue in the TM, can be < 0 member in struct:tmHeader
196 PRInt32 GetQueueID() const { return mHeader->queueID; }
221 void SetQueueID(PRInt32 aID) { mHeader->queueID = aID; }
H A DtmTransaction.cpp91 header->queueID = aQueueID;
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/
H A DtmTransactionService.cpp62 PRInt32 queueID; // the ID in the TM member in struct:tm_queue_mapping
171 qm->queueID = TM_NO_ID; // initially no ID for the queue
345 qmap->queueID = aTrans->GetQueueID();
420 msg->trans.SetQueueID(aQMapping->queueID);
439 return qmap->queueID;
451 if (qmap && qmap->queueID == aQueueID)
477 if (qmap && qmap->queueID == aQueueID)

Completed in 2034 milliseconds