Searched refs:WriteUpdaterMessage (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/update/updater/test/unittest/updater_main_test/ |
H A D | updater_main_unittest.cpp | 83 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 D | misc_info_unittest.cpp | 51 bool ret = WriteUpdaterMessage(path, boot); 55 ret = WriteUpdaterMessage(path, boot);
|
/ohos5.0/base/update/updater/test/fuzztest/updatermain_fuzzer/ |
H A D | updatermain_fuzzer.cpp | 54 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 D | updater_service_unittest.cpp | 122 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 D | misc_info.cpp | 24 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 D | writeupdatermsg_fuzzer.cpp | 36 WriteUpdaterMessage(path, boot); in FuzzWriteUpdaterMsg()
|
/ohos5.0/base/update/updater/interfaces/kits/include/misc_info/ |
H A D | misc_info.h | 63 bool WriteUpdaterMessage(const std::string &path, const UpdateMessage &boot);
|
/ohos5.0/base/update/updater/utils/ |
H A D | write_updater.cpp | 109 bool ret = WriteUpdaterMessage(miscFile, boot); in main()
|