Searched refs:read_result (Results 1 – 2 of 2) sorted by relevance
123 std::future<DataBufferSP> read_result = std::async( in TEST_F() local126 auto buffer_sp = read_result.get(); in TEST_F()131 read_result = std::async(std::launch::async, in TEST_F()134 buffer_sp = read_result.get(); in TEST_F()
63 PacketResult read_result = ReadPacket(response, computed_timeout, false); in SendContinuePacketAndWaitForResponse() local67 switch (read_result) { in SendContinuePacketAndWaitForResponse()