Searched refs:DoRebootOther (Results 1 – 3 of 3) sorted by relevance
/base/startup/init/services/modules/reboot/ |
D | reboot.c | 148 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/ |
D | param_stub.h | 98 int DoRebootOther(int id, const char *name, int argc, const char **argv);
|
/base/startup/init/test/unittest/init/ |
D | init_reboot_unittest.cpp | 163 ret = DoRebootOther(0, nullptr, 0, nullptr);
|