Searched refs:ShellServiceTest (Results 1 - 1 of 1) sorted by path

/system/core/adb/
H A Dshell_service_test.cpp32 class ShellServiceTest : public ::testing::Test { class in inherits:::testing::Test
61 sighandler_t ShellServiceTest::saved_sigpipe_handler_ = nullptr;
63 void ShellServiceTest::StartTestSubprocess(
76 void ShellServiceTest::CleanupTestSubprocess() {
172 TEST_F(ShellServiceTest, RawNoProtocolSubprocess) {
184 TEST_F(ShellServiceTest, PtyNoProtocolSubprocess) {
195 TEST_F(ShellServiceTest, RawShellProtocolSubprocess) {
207 TEST_F(ShellServiceTest, PtyShellProtocolSubprocess) {
221 TEST_F(ShellServiceTest, InteractivePtySubprocess) {
250 TEST_F(ShellServiceTest, CloseClientStdi
[all...]

Completed in 54 milliseconds