Searched refs:UpdateMiscMessage (Results 1 - 5 of 5) sorted by relevance
/base/startup/init/services/modules/reboot/ |
H A D | reboot.c | 83 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL);
in DoReboot() 96 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL);
in DoRebootPanic() 119 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL);
in DoRebootShutdown() 143 int ret = UpdateMiscMessage(argv[0], "updater", "updater:", "boot_updater");
in DoRebootUpdater() 157 int ret = UpdateMiscMessage(argv[0], "flash", "flash:", "boot_flash");
in DoRebootFlashed() 168 int ret = UpdateMiscMessage(NULL, "charge", "charge:", "boot_charge");
in DoRebootCharge() 191 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL);
in DoRebootOther()
|
H A D | reboot_adp.h | 27 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot);
|
H A D | reboot_misc.c | 84 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot)
in UpdateMiscMessage() function
|
/base/startup/init/services/init/standard/ |
H A D | init_reboot.c | 39 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL);
in clearMisc()
|
/base/startup/init/test/unittest/init/ |
H A D | init_reboot_unittest.cpp | 119 int ret = UpdateMiscMessage("charge:wwwwwwwwwww", "charge", "charge:", "boot_charge"); in HWTEST_F()
|
Completed in 2 milliseconds