Searched refs:DoRebootOther (Results 1 - 3 of 3) sorted by relevance
/base/startup/init/services/modules/reboot/ |
H A D | reboot.c | 182 PLUGIN_STATIC int DoRebootOther(int id, const char *name, int argc, const char **argv)
in DoRebootOther() function 188 PLUGIN_LOGI("DoRebootOther argv %s", argv[0]);
in DoRebootOther() 205 (void)AddCmdExecutor("reboot.other", DoRebootOther);
in RebootAdpInit()
|
/base/startup/init/test/unittest/param/ |
H A D | param_stub.h | 100 int DoRebootOther(int id, const char *name, int argc, const char **argv);
|
/base/startup/init/test/unittest/init/ |
H A D | init_reboot_unittest.cpp | 163 ret = DoRebootOther(0, nullptr, 0, nullptr); in HWTEST_F()
|
Completed in 1 milliseconds