Home
last modified time | relevance | path

Searched refs:kBootCompletedMessage (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dconfig_constants.h31 inline constexpr char kBootCompletedMessage[] = "VIRTUAL_DEVICE_BOOT_COMPLETED"; variable
/device/google/cuttlefish/host/frontend/webrtc/
Dkernel_log_events_handler.cpp80 message["event"] = kBootCompletedMessage; in ReadLoop()
/device/google/cuttlefish/host/commands/kernel_log_monitor/
Dkernel_log_server.cc56 {cuttlefish::kBootCompletedMessage, Event::BootCompleted, kBare},
/device/google/cuttlefish/host/commands/run_cvd/
Dboot_state_machine.cc84 LOG(INFO) << kBootCompletedMessage; in DaemonizeLauncher()