Home
last modified time | relevance | path

Searched refs:WriteUpdaterMessage (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp83 bool bRet = WriteUpdaterMessage(commandFile, boot);
104 bool ret = WriteUpdaterMessage(MISC_FILE, boot);
132 bool ret = WriteUpdaterMessage(MISC_FILE, boot);
145 ret = WriteUpdaterMessage(MISC_FILE, boot);
153 ret = WriteUpdaterMessage(MISC_FILE, boot);
/ohos5.0/base/update/updater/test/unittest/misc_info_test/
H A Dmisc_info_unittest.cpp51 bool ret = WriteUpdaterMessage(path, boot);
55 ret = WriteUpdaterMessage(path, boot);
/ohos5.0/base/update/updater/test/fuzztest/updatermain_fuzzer/
H A Dupdatermain_fuzzer.cpp54 WriteUpdaterMessage(commandFile, boot); in ParseParamsFuzzTest()
91 bool bRet = WriteUpdaterMessage(commandFile, boot); in MianUpdaterFuzzTest()
133 bool bRet = WriteUpdaterMessage(commandFile, boot); in SdCardUpdateFuzzTest()
/ohos5.0/base/update/updater/test/unittest/service_test/
H A Dupdater_service_unittest.cpp122 bool bRet = WriteUpdaterMessage(commandFile, boot);
140 bRet = WriteUpdaterMessage(commandFile, boot);
165 bool bRet = WriteUpdaterMessage(commandFile, boot);
193 bool bRet = WriteUpdaterMessage(commandFile, boot);
/ohos5.0/base/update/updater/interfaces/kits/misc_info/
H A Dmisc_info.cpp24 bool WriteUpdaterMessage(const std::string &path, const UpdateMessage &boot) in WriteUpdaterMessage() function
98 return WriteUpdaterMessage(path, boot); in WriteUpdaterMiscMsg()
/ohos5.0/base/update/updater/test/fuzztest/writeupdatermsg_fuzzer/
H A Dwriteupdatermsg_fuzzer.cpp36 WriteUpdaterMessage(path, boot); in FuzzWriteUpdaterMsg()
/ohos5.0/base/update/updater/interfaces/kits/include/misc_info/
H A Dmisc_info.h63 bool WriteUpdaterMessage(const std::string &path, const UpdateMessage &boot);
/ohos5.0/base/update/updater/utils/
H A Dwrite_updater.cpp109 bool ret = WriteUpdaterMessage(miscFile, boot); in main()