/ohos5.0/base/update/updater/interfaces/kits/misc_info/ |
H A D | misc_info.cpp | 24 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()
|
/ohos5.0/base/update/updater/test/fuzztest/writeupdatermsg_fuzzer/ |
H A D | writeupdatermsg_fuzzer.cpp | 30 UpdateMessage boot; in FuzzWriteUpdaterMsg() local 41 UpdaterPara boot; in FuzzWriteUpdaterPara() local
|
/ohos5.0/base/update/updater/utils/ |
H A D | write_updater.cpp | 35 static int ExceptionUpdater(int argc, char **argv, UpdateMessage &boot) in ExceptionUpdater() 77 struct UpdateMessage boot {}; in main() struct
|
H A D | utils.cpp | 740 struct UpdateMessage boot {}; in ParseParams() struct
|
/ohos5.0/base/startup/init/services/modules/reboot/ |
H A D | reboot_misc.c | 35 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()
|
/ohos5.0/base/update/updater/test/unittest/updater_main_test/ |
H A D | updater_main_unittest.cpp | 72 UpdateMessage boot {}; variable 99 UpdateMessage boot {}; variable 127 UpdateMessage boot {}; variable
|
/ohos5.0/base/update/updater/services/ |
H A D | main.cpp | 30 struct UpdateMessage boot {}; in main() struct
|
H A D | updater_utils.cpp | 224 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()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/ |
H A D | boot_video_player.h | 51 VideoPlayerCallback(std::shared_ptr<BootVideoPlayer> boot) in VideoPlayerCallback()
|
/ohos5.0/base/update/updater/test/fuzztest/updatermain_fuzzer/ |
H A D | updatermain_fuzzer.cpp | 41 UpdateMessage boot {}; in ParseParamsFuzzTest() local 70 UpdateMessage boot {}; in MianUpdaterFuzzTest() local 113 UpdateMessage boot {}; in SdCardUpdateFuzzTest() local
|
/ohos5.0/base/update/updater/test/unittest/service_test/ |
H A D | updater_service_unittest.cpp | 114 UpdateMessage boot {}; variable 153 UpdateMessage boot {}; variable 181 UpdateMessage boot {}; variable
|
/ohos5.0/base/update/updater/test/unittest/misc_info_test/ |
H A D | misc_info_unittest.cpp | 45 UpdateMessage boot {}; variable
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | trigger_unittest.cpp | 187 int TestBootEvent(const char *boot) in TestBootEvent() 461 const char *boot = "boot2"; in TestExecuteParamTrigger5() local
|