Searched refs:UpdateMiscMessage (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/startup/init/services/modules/reboot/ |
H A D | reboot.c | 50 (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 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
|
/ohos5.0/base/startup/init/services/init/standard/ |
H A D | init_reboot.c | 39 (void)UpdateMiscMessage(NULL, "reboot", NULL, NULL); in clearMisc()
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | init_reboot_unittest.cpp | 119 int ret = UpdateMiscMessage("charge:wwwwwwwwwww", "charge", "charge:", "boot_charge");
|