Home
last modified time | relevance | path

Searched refs:reboot_target (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dreboot.cpp322 void RebootMonitorThread(unsigned int cmd, const std::string& reboot_target, in RebootMonitorThread() argument
386 RebootSystem(cmd, reboot_target); in RebootMonitorThread()
565 static void DoReboot(unsigned int cmd, const std::string& reason, const std::string& reboot_target, in DoReboot() argument
568 LOG(INFO) << "Reboot start, reason: " << reason << ", reboot_target: " << reboot_target; in DoReboot()
589 RebootSystem(cmd, reboot_target); in DoReboot()
595 std::thread reboot_monitor_thread(&RebootMonitorThread, cmd, reboot_target, &reboot_semaphore, in DoReboot()
617 RebootSystem(cmd, reboot_target); in DoReboot()
735 RebootSystem(cmd, reboot_target); in DoReboot()
941 std::string reboot_target = ""; in HandlePowerctlMessage() local
963 reboot_target = cmd_params[1]; in HandlePowerctlMessage()
[all …]
Dreboot_utils.h31 void __attribute__((noreturn)) RebootSystem(unsigned int cmd, const std::string& reboot_target);