Home
last modified time | relevance | path

Searched defs:boot (Results 1 – 12 of 12) sorted by relevance

/base/update/updater/interfaces/kits/misc_info/
Dmisc_info.cpp24 bool WriteUpdaterMessage(const std::string &path, const UpdateMessage &boot) in WriteUpdaterMessage()
56 bool ReadUpdaterMessage(const std::string &path, UpdateMessage &boot) in ReadUpdaterMessage()
90 bool WriteUpdaterMiscMsg(const UpdateMessage &boot) in WriteUpdaterMiscMsg()
101 bool ReadUpdaterMiscMsg(UpdateMessage &boot) in ReadUpdaterMiscMsg()
/base/update/updater/test/fuzztest/writeupdatermsg_fuzzer/
Dwriteupdatermsg_fuzzer.cpp30 UpdateMessage boot; in FuzzWriteUpdaterMsg() local
41 UpdaterPara boot; in FuzzWriteUpdaterPara() local
/base/update/updater/utils/
Dwrite_updater.cpp35 static int ExceptionUpdater(int argc, char **argv, UpdateMessage &boot) in ExceptionUpdater()
77 struct UpdateMessage boot {}; in main() struct
Dutils.cpp740 struct UpdateMessage boot {}; in ParseParams() struct
/base/startup/init/services/modules/reboot/
Dreboot_misc.c35 static int RBMiscWriteUpdaterMessage(const char *path, const struct RBMiscUpdateMessage *boot) in RBMiscWriteUpdaterMessage()
52 static int RBMiscReadUpdaterMessage(const char *path, struct RBMiscUpdateMessage *boot) in RBMiscReadUpdaterMessage()
84 int UpdateMiscMessage(const char *valueData, const char *cmd, const char *cmdExt, const char *boot) in UpdateMiscMessage()
/base/update/updater/test/unittest/updater_main_test/
Dupdater_main_unittest.cpp72 UpdateMessage boot {}; variable
99 UpdateMessage boot {}; variable
127 UpdateMessage boot {}; variable
/base/update/updater/services/
Dupdater_utils.cpp224 bool IsUpdater(const UpdateMessage &boot) in IsUpdater()
229 bool IsFlashd(const UpdateMessage &boot) in IsFlashd()
245 std::optional<BootMode> SelectMode(const UpdateMessage &boot) in SelectMode()
Dmain.cpp30 struct UpdateMessage boot {}; in main() struct
/base/update/updater/test/fuzztest/updatermain_fuzzer/
Dupdatermain_fuzzer.cpp41 UpdateMessage boot {}; in ParseParamsFuzzTest() local
70 UpdateMessage boot {}; in MianUpdaterFuzzTest() local
113 UpdateMessage boot {}; in SdCardUpdateFuzzTest() local
/base/update/updater/test/unittest/service_test/
Dupdater_service_unittest.cpp114 UpdateMessage boot {}; variable
153 UpdateMessage boot {}; variable
181 UpdateMessage boot {}; variable
/base/update/updater/test/unittest/misc_info_test/
Dmisc_info_unittest.cpp45 UpdateMessage boot {}; variable
/base/startup/init/test/unittest/param/
Dtrigger_unittest.cpp187 int TestBootEvent(const char *boot) in TestBootEvent()
461 const char *boot = "boot2"; in TestExecuteParamTrigger5() local