Searched refs:kIdStdin (Results 1 – 5 of 5) sorted by relevance
216 ASSERT_TRUE(protocol->Write(ShellProtocol::kIdStdin, command.length())); in TEST_F()239 ASSERT_TRUE(protocol->Write(ShellProtocol::kIdStdin, input.length())); in TEST_F()312 write_protocol->Write(ShellProtocol::kIdStdin, 2); in TEST_F()
696 case ShellProtocol::kIdStdin: in PassInput()
45 kIdStdin = 0, enumerator
114 ShellProtocol::Id id = ShellProtocol::kIdStdin; in TEST_F()
566 if (!args->protocol->Write(ShellProtocol::kIdStdin, r)) { in stdin_read_thread_loop()