Home
last modified time | relevance | path

Searched defs:RebootSystem (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_system/
H A Dunknown_device_handler.cc19 void RebootSystem() {} in RebootSystem() function
/aosp_15_r20/external/pigweed/targets/rp2040/
H A Ddevice_handler.cc67 void RebootSystem() { watchdog_reboot(0, 0, 0); } in RebootSystem() function
/aosp_15_r20/system/core/init/
H A Dreboot_utils.cpp103 RebootSystem(unsigned int cmd, const std::string& rebootTarget, const std::string& reboot_reason) { in RebootSystem() function