Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dshell_service_test.cpp36 class ShellServiceTest : public ::testing::Test { class
63 sighandler_t ShellServiceTest::saved_sigpipe_handler_ = nullptr;
65 void ShellServiceTest::StartTestSubprocess( in StartTestSubprocess()
71 void ShellServiceTest::CleanupTestSubprocess() { in CleanupTestSubprocess()
74 void ShellServiceTest::StartTestCommandInProcess(std::string name, Command command, in StartTestCommandInProcess()
81 TEST_F(ShellServiceTest, RawNoProtocolSubprocess) { in TEST_F() argument
93 TEST_F(ShellServiceTest, PtyNoProtocolSubprocess) { in TEST_F() argument
104 TEST_F(ShellServiceTest, RawShellProtocolSubprocess) { in TEST_F() argument
116 TEST_F(ShellServiceTest, PtyShellProtocolSubprocess) { in TEST_F() argument
130 TEST_F(ShellServiceTest, InteractivePtySubprocess) { in TEST_F() argument
[all …]