Searched refs:receiveReply (Results 1 – 4 of 4) sorted by relevance
398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher.CommandsSynchronyzer725 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in PacketDispatcher727 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
1949 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() method in VmMirror1951 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()1976 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() method in VmMirror1978 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()
131 invokeMethodReply = debuggeeWrapper.vmMirror.receiveReply(invokeMethodCommandID); in runInvokeMethodTest()
425 .receiveReply(invokeCommandID); in testPopFramesWithInvokeMethods()