Home
last modified time | relevance | path

Searched refs:trigger_shutdown (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/init/
H A Dsubcontext.cpp185 trigger_shutdown = [](const std::string& command) { shutdown_command = command; }; in SubcontextMain()
289 trigger_shutdown(subcontext_reply.trigger_shutdown()); in TransmitMessage()
H A Dsubcontext_test.cpp142 trigger_shutdown = [](const std::string& command) { trigger_shutdown_command = command; }; in TEST()
219 trigger_shutdown(args[1]); in BuildTestFunctionMap()
H A Dsubcontext.proto42 optional string trigger_shutdown = 4; field
H A Dutil.h45 extern void (*trigger_shutdown)(const std::string& command);
H A Dservice.cpp296 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()
H A Dbuiltins.cpp153 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()
H A Dreboot.cpp832 trigger_shutdown("reboot,userspace_failed,shutdown_aborted," + sub_reason); in DoUserspaceReboot()
987 trigger_shutdown("reboot,userspace_failed,watchdog_fork"); in HandleUserspaceReboot()
H A Dinit.cpp371 trigger_shutdown(value); in PropertyChanged()
923 trigger_shutdown = [](const std::string& command) { shutdown_state.TriggerShutdown(command); }; in SecondStageMain()
H A Dutil.cpp67 void (*trigger_shutdown)(const std::string& command) = nullptr; variable