Go to the source code of this file.
|
enum | cuttlefish::RunnerExitCodes : int {
cuttlefish::kSuccess = 0
, cuttlefish::kArgumentParsingError = 1
, cuttlefish::kInvalidHostConfiguration = 2
, cuttlefish::kCuttlefishConfigurationInitError = 3
,
cuttlefish::kInstanceDirCreationError = 4
, cuttlefish::kPrioFilesCleanupError = 5
, cuttlefish::kBootImageUnpackError = 6
, cuttlefish::kCuttlefishConfigurationSaveError = 7
,
cuttlefish::kDaemonizationError = 8
, cuttlefish::kVMCreationError = 9
, cuttlefish::kPipeIOError = 10
, cuttlefish::kVirtualDeviceBootFailed = 11
,
cuttlefish::kProcessGroupError = 12
, cuttlefish::kMonitorCreationFailed = 13
, cuttlefish::kServerError = 2
, cuttlefish::kUsbV1SocketError = 15
,
cuttlefish::kE2eTestFailed = 16
, cuttlefish::kKernelDecompressError = 17
, cuttlefish::kLogcatServerError = 18
, cuttlefish::kConfigServerError = 19
,
cuttlefish::kTombstoneServerError = 20
, cuttlefish::kTombstoneDirCreationError = 21
, cuttlefish::kInitRamFsConcatError = 22
, cuttlefish::kTapDeviceInUse = 23
,
cuttlefish::kTpmPassthroughError = 24
, cuttlefish::kModemSimulatorServerError = 25
, cuttlefish::kSocketProxyServerError = 26
} |
|
enum class | cuttlefish::LauncherAction : char {
cuttlefish::kExtended = 'A'
, cuttlefish::kFail = 'F'
, cuttlefish::kPowerwash = 'P'
, cuttlefish::kRestart = 'R'
,
cuttlefish::kStatus = 'I'
, cuttlefish::kStop = 'X'
} |
|
enum class | cuttlefish::LauncherResponse : char { cuttlefish::kSuccess = 'S'
, cuttlefish::kError = 'E'
, cuttlefish::kUnknownAction = 'U'
} |
|