Searched refs:trigger_shutdown (Results 1 – 9 of 9) sorted by relevance
/system/core/init/ |
D | subcontext.cpp | 183 trigger_shutdown = [](const std::string& command) { shutdown_command = command; }; in SubcontextMain() 273 trigger_shutdown(subcontext_reply.trigger_shutdown()); in TransmitMessage()
|
D | subcontext_test.cpp | 142 trigger_shutdown = [](const std::string& command) { trigger_shutdown_command = command; }; in TEST() 217 trigger_shutdown(args[1]); in BuildTestFunctionMap()
|
D | subcontext.proto | 42 optional string trigger_shutdown = 4; field
|
D | util.h | 45 extern void (*trigger_shutdown)(const std::string& command);
|
D | service.cpp | 285 trigger_shutdown(*on_failure_reboot_target_); in Reap() 366 trigger_shutdown(*on_failure_reboot_target_); in ExecStart() 397 trigger_shutdown(*on_failure_reboot_target_); in Start()
|
D | builtins.cpp | 149 trigger_shutdown("reboot,recovery"); in reboot_into_recovery() 560 trigger_shutdown("reboot,requested-userdata-remount-on-fde-device"); in queue_fs_event() 570 trigger_shutdown("reboot,requested-userdata-remount-on-fde-device"); in queue_fs_event() 1161 trigger_shutdown("reboot," + reboot_reason); in ExecVdcRebootOnFailure() 1180 trigger_shutdown("reboot,mount_userdata_failed"); in do_remount_userdata()
|
D | init.cpp | 335 trigger_shutdown(value); in PropertyChanged() 725 trigger_shutdown = [](const std::string& command) { shutdown_state.TriggerShutdown(command); }; in SecondStageMain()
|
D | reboot.cpp | 769 trigger_shutdown("reboot,userspace_failed,shutdown_aborted," + sub_reason); in DoUserspaceReboot() 898 trigger_shutdown("reboot,userspace_failed,watchdog_fork"); in HandleUserspaceReboot()
|
D | util.cpp | 66 void (*trigger_shutdown)(const std::string& command) = nullptr; variable
|