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;
100 TEST_F(ShellProtocolTest, FullPacket) { in TEST_F() argument
112 TEST_F(ShellProtocolTest, ReadBufferOverflow) { in TEST_F() argument
128 TEST_F(ShellProtocolTest, ZeroLengthPacket) { in TEST_F() argument
137 TEST_F(ShellProtocolTest, ExitCodePacket) { in TEST_F() argument
147 TEST_F(ShellProtocolTest, WriteToClosedPipeFail) { in TEST_F() argument
155 TEST_F(ShellProtocolTest, WriteToClosedFdFail) { in TEST_F() argument
163 TEST_F(ShellProtocolTest, ReadFromClosedPipeFail) { in TEST_F() argument
171 TEST_F(ShellProtocolTest, ReadFromClosedFdFail) { in TEST_F() argument
[all …]
Dshell_service.h123 friend class ShellProtocolTest; variable