Home
last modified time | relevance | path

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

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