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

/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py342 def sendMsg(self, sOpcode, cMsTimeout, aoPayload = ()): member in class:TransportBase
362 reporter.fatal('sendMsg: uint32_t payload is out of range: %s' % (hex(o)));
368 reporter.fatal('sendMsg: unexpected payload type: %s (%s) (aoPayload=%s)' % (type(o), o, aoPayload));
371 reporter.fatalXcpt('sendMsg: screwed up the encoding code...');
611 def sendMsg(self, sOpcode, aoPayload = (), cMsTimeout = None): member in class:Session
613 Wrapper for TransportBase.sendMsg that inserts the correct timeout.
617 return self.oTransport.sendMsg(sOpcode, cMsTimeout, aoPayload);
668 rc = self.sendMsg("HOWDY", ());
681 rc = self.sendMsg("BYE");
689 rc = self.sendMsg("UUI
[all...]
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModule.h169 PRStatus (* sendMsg) (ipcClientHandle client, member in struct:ipcDaemonMethods
H A DipcModuleUtil.h64 return gIPCDaemonMethods->sendMsg(client, target, data, dataLen);

Completed in 171 milliseconds