Searched refs:trigger_shutdown (Results 1 – 9 of 9) sorted by relevance
185 trigger_shutdown = [](const std::string& command) { shutdown_command = command; }; in SubcontextMain()289 trigger_shutdown(subcontext_reply.trigger_shutdown()); in TransmitMessage()
142 trigger_shutdown = [](const std::string& command) { trigger_shutdown_command = command; }; in TEST()219 trigger_shutdown(args[1]); in BuildTestFunctionMap()
42 optional string trigger_shutdown = 4; field
45 extern void (*trigger_shutdown)(const std::string& command);
296 trigger_shutdown(*on_failure_reboot_target_); in Reap()417 trigger_shutdown(*on_failure_reboot_target_); in ExecStart()578 trigger_shutdown(*on_failure_reboot_target_); in Start()
153 trigger_shutdown("reboot,recovery"); in reboot_into_recovery()1193 trigger_shutdown("reboot," + reboot_reason); in ExecVdcRebootOnFailure()1216 trigger_shutdown("reboot,mount_userdata_failed"); in do_remount_userdata()
832 trigger_shutdown("reboot,userspace_failed,shutdown_aborted," + sub_reason); in DoUserspaceReboot()987 trigger_shutdown("reboot,userspace_failed,watchdog_fork"); in HandleUserspaceReboot()
371 trigger_shutdown(value); in PropertyChanged()923 trigger_shutdown = [](const std::string& command) { shutdown_state.TriggerShutdown(command); }; in SecondStageMain()
67 void (*trigger_shutdown)(const std::string& command) = nullptr; variable