Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dshell_service_test.cpp107 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
119 SubprocessType::kPty, SubprocessProtocol::kShell)); in TEST_F()
132 "", SubprocessType::kPty, SubprocessProtocol::kShell)); in TEST_F()
162 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
181 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
193 SubprocessType::kRaw, SubprocessProtocol::kShell)); in TEST_F()
235 SubprocessProtocol::kShell)); in TEST_F()
Dabb.cpp97 auto protocol = SubprocessProtocol::kShell; in main()
99 protocol = SubprocessProtocol::kShell; in main()
Dshell_service.h32 kShell, enumerator
Dshell_service.cpp323 if (protocol_ == SubprocessProtocol::kShell && in ForkAndExec()
435 if (protocol_ == SubprocessProtocol::kShell) { in ExecInProcess()
806 if (protocol == SubprocessProtocol::kShell) { in ReportError()
815 if (protocol == SubprocessProtocol::kShell) { in ReportError()
Dabb_service.cpp34 static constexpr auto kErrorProtocol = SubprocessProtocol::kShell;
Dservices.cpp112 protocol = SubprocessProtocol::kShell; in ShellService()