Home
last modified time | relevance | path

Searched refs:ShellProtocolTest (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/
Dshell_service_protocol_test.cpp26 class ShellProtocolTest : public ::testing::Test { class
84 sig_t ShellProtocolTest::saved_sigpipe_handler_ = nullptr;
101 TEST_F(ShellProtocolTest, FullPacket) { in TEST_F() argument
113 TEST_F(ShellProtocolTest, ReadBufferOverflow) { in TEST_F() argument
129 TEST_F(ShellProtocolTest, ZeroLengthPacket) { in TEST_F() argument
139 TEST_F(ShellProtocolTest, ExitCodePacket) { in TEST_F() argument
149 TEST_F(ShellProtocolTest, WriteToClosedPipeFail) { in TEST_F() argument
157 TEST_F(ShellProtocolTest, WriteToClosedFdFail) { in TEST_F() argument
165 TEST_F(ShellProtocolTest, ReadFromClosedPipeFail) { in TEST_F() argument
173 TEST_F(ShellProtocolTest, ReadFromClosedFdFail) { in TEST_F() argument
[all …]
Dshell_protocol.h114 friend class ShellProtocolTest; variable