Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/
Drunner_defs.h21 kSuccess = 0, enumerator
58 kSuccess = 'S', enumerator
Dmain.cc122 SendExitCode(cuttlefish::RunnerExitCodes::kSuccess); in MaybeWriteToForegroundLauncher()
192 } else if (exit_code == RunnerExitCodes::kSuccess) { in DaemonizeLauncher()
199 if (exit_code == RunnerExitCodes::kSuccess) { in DaemonizeLauncher()
320 auto response = cuttlefish::LauncherResponse::kSuccess; in ServerLoop()
330 auto response = cuttlefish::LauncherResponse::kSuccess; in ServerLoop()
348 auto response = cuttlefish::LauncherResponse::kSuccess; in ServerLoop()
/device/google/cuttlefish/host/commands/metrics/
Dmetrics_defs.h21 kSuccess=0, enumerator
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassembler_defs.h21 kSuccess = 0, enumerator
Dassemble_cvd.cc79 return cuttlefish::AssemblerExitCodes::kSuccess; in main()
/device/google/cuttlefish/host/commands/cvd_status/
Dcvd_status.cc104 if (response != cuttlefish::LauncherResponse::kSuccess) { in main()
/device/google/cuttlefish/host/commands/powerwash_cvd/
Dpowerwash_cvd.cc107 if (response != cuttlefish::LauncherResponse::kSuccess) { in main()
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.h29 kSuccess = 0, enumerator
Dmain.cpp147 std::exit(cuttlefish::kSuccess); in main()
/device/google/cuttlefish/host/commands/stop_cvd/
Dmain.cc187 if (response != cuttlefish::LauncherResponse::kSuccess) { in CleanStopInstance()
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp233 static constexpr std::uint8_t kSuccess[4] = { 0x00, 0x00, 0x00, 0x00 }; in SetupSecurityType() local
234 client_.SendNoSignal(kSuccess); in SetupSecurityType()