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

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/src/
H A DtmTransactionService.h128 * Calls the OnFlushReply method of the observer of the queue.
130 void OnFlushReply(tmTransaction *aTrans);
H A DtmTransactionService.cpp301 OnFlushReply(trans);
388 tmTransactionService::OnFlushReply(tmTransaction *aTrans) { function in class:tmTransactionService
394 observer->OnFlushReply(aTrans->GetQueueID(), aTrans->GetStatus());
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/test/
H A DtmModuleTest.cpp121 NS_IMETHODIMP myTransactionObserver::OnFlushReply(PRUint32 aQueueID, PRUint32 aStatus) function in class:myTransactionObserver
123 printf("tmModuleTest: myTransactionObserver::OnFlushReply [%d]\n", aStatus);

Completed in 70 milliseconds