Searched refs:command_fd_ (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/adb/daemon/ |
H A D | shell_service_test.cpp | 57 unique_fd command_fd_; member in ShellServiceTest 64 command_fd_ = StartSubprocess(command, nullptr, type, protocol); in StartTestSubprocess() 65 ASSERT_TRUE(command_fd_ >= 0); in StartTestSubprocess() 74 ASSERT_TRUE(command_fd_ >= 0); in StartTestCommandInProcess() 161 ExpectLinesEqual(ReadRaw(command_fd_), {"foo", "bar", "0"}); in TEST_F() 172 ExpectLinesEqual(ReadRaw(command_fd_), {"foo", "bar", "0"}); in TEST_F() 211 ShellProtocol* protocol = new ShellProtocol(command_fd_); in TEST_F() 221 EXPECT_EQ(0, ReadShellProtocol(command_fd_, &stdout, &stderr)); in TEST_F() 237 ShellProtocol* protocol = new ShellProtocol(command_fd_); in TEST_F() 289 WriteFdExactly(command_fd_, "in"); in TEST_F() [all …]
|