Home
last modified time | relevance | path

Searched refs:UpdateMiscMessage (Results 1 – 5 of 5) sorted by relevance

/base/startup/init/services/modules/reboot/
Dreboot.c47 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL); in DoReboot()
58 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL); in DoRebootPanic()
83 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL); in DoRebootShutdown()
106 int ret = UpdateMiscMessage(argv[0], "updater", "updater:", "boot_updater"); in DoRebootUpdater()
119 int ret = UpdateMiscMessage(argv[0], "flash", "flash:", "boot_flash"); in DoRebootFlashed()
132 int ret = UpdateMiscMessage(NULL, "charge", "charge:", "boot_charge"); in DoRebootCharge()
Dreboot_adp.h27 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot);
Dreboot_misc.c84 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot) in UpdateMiscMessage() function
/base/startup/init/services/init/standard/
Dinit_reboot.c39 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL); in clearMisc()
/base/startup/init/test/unittest/init/
Dinit_reboot_unittest.cpp119 int ret = UpdateMiscMessage("charge:wwwwwwwwwww", "charge", "charge:", "boot_charge");