Home
last modified time | relevance | path

Searched defs:kSuccess (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/
Drunner_defs.h21 kSuccess = 0, enumerator
58 kSuccess = 'S', enumerator
/device/google/cuttlefish/host/commands/metrics/
Dmetrics_defs.h21 kSuccess=0, enumerator
/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.h29 kSuccess = 0, enumerator
/device/google/cuttlefish/host/commands/assemble_cvd/
Dassembler_defs.h21 kSuccess = 0, enumerator
/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