Home
last modified time | relevance | path

Searched refs:DoRebootOther (Results 1 – 3 of 3) sorted by relevance

/base/startup/init/services/modules/reboot/
Dreboot.c148 PLUGIN_STATIC int DoRebootOther(int id, const char *name, int argc, const char **argv) in DoRebootOther() function
168 (void)AddCmdExecutor("reboot.other", DoRebootOther); in RebootAdpInit()
/base/startup/init/test/unittest/param/
Dparam_stub.h98 int DoRebootOther(int id, const char *name, int argc, const char **argv);
/base/startup/init/test/unittest/init/
Dinit_reboot_unittest.cpp163 ret = DoRebootOther(0, nullptr, 0, nullptr);