Searched refs:receiveReply (Results 1 – 6 of 6) sorted by relevance
398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher.CommandsSynchronyzer722 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher724 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() method in VmMirror1677 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()1702 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in VmMirror1704 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
107 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()142 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
131 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
120 getValuesReply = debuggeeWrapper.vmMirror.receiveReply(rtGetValuesCommandId); in testClassPrepareCausedByDebugger()
420 .receiveReply(invokeCommandID); in testPopFramesWithInvokeMethods()