Home
last modified time | relevance | path

Searched refs:TestAndSetConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dimage_diff.h74 virtual int32_t TestAndSetConfig(const BlockBuffer &buffer, const std::string &fileName) = 0;
94 int32_t TestAndSetConfig(const BlockBuffer &buffer, const std::string &fileName) override;
113 int32_t TestAndSetConfig(const BlockBuffer &buffer, const std::string &fileName) override;
H A Dimage_diff.cpp349 ret = TestAndSetConfig(newData, fileName); in DiffFile()
423 int32_t ZipImageDiff::TestAndSetConfig(const BlockBuffer &buffer, const std::string &fileName) in TestAndSetConfig() function in UpdatePatch::ZipImageDiff
517 int32_t Lz4ImageDiff::TestAndSetConfig(const BlockBuffer &buffer, const std::string &fileName) in TestAndSetConfig() function in UpdatePatch::Lz4ImageDiff