Searched refs:trigger_shutdown (Results 1 – 9 of 9) sorted by relevance
/system/core/init/ |
D | subcontext.cpp | 184 trigger_shutdown = [](const std::string& command) { shutdown_command = command; }; in SubcontextMain() 280 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() 219 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 | 282 trigger_shutdown(*on_failure_reboot_target_); in Reap() 369 trigger_shutdown(*on_failure_reboot_target_); in ExecStart() 400 trigger_shutdown(*on_failure_reboot_target_); in Start()
|
D | builtins.cpp | 150 trigger_shutdown("reboot,recovery"); in reboot_into_recovery() 593 trigger_shutdown("reboot,requested-userdata-remount-on-fde-device"); in queue_fs_event() 603 trigger_shutdown("reboot,requested-userdata-remount-on-fde-device"); in queue_fs_event() 1220 trigger_shutdown("reboot," + reboot_reason); in ExecVdcRebootOnFailure() 1243 trigger_shutdown("reboot,mount_userdata_failed"); in do_remount_userdata()
|
D | init.cpp | 337 trigger_shutdown(value); in PropertyChanged() 735 trigger_shutdown = [](const std::string& command) { shutdown_state.TriggerShutdown(command); }; in SecondStageMain()
|
D | reboot.cpp | 788 trigger_shutdown("reboot,userspace_failed,shutdown_aborted," + sub_reason); in DoUserspaceReboot() 934 trigger_shutdown("reboot,userspace_failed,watchdog_fork"); in HandleUserspaceReboot()
|
D | util.cpp | 64 void (*trigger_shutdown)(const std::string& command) = nullptr; variable
|