Home
last modified time | relevance | path

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

/system/core/adb/
Dshell_service_protocol_test.cpp139 ASSERT_TRUE(write_protocol_->Write(ShellProtocol::kIdExit, 1)); in TEST_F()
142 ASSERT_EQ(ShellProtocol::kIdExit, read_protocol_->id()); in TEST_F()
Dshell_service.h56 kIdExit = 3, enumerator
Dshell_service_test.cpp128 case ShellProtocol::kIdExit: in ReadShellProtocol()
Dshell_service.cpp687 if (output_->Write(ShellProtocol::kIdExit, 1)) { in WaitForExit()
733 ShellProtocol::Id id = ShellProtocol::kIdExit; in ReportError()
Dcommandline.cpp330 case ShellProtocol::kIdExit: in read_and_dump()