Home
last modified time | relevance | path

Searched refs:oldSize (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/async_stack/
H A Dstack_table_test.cpp56 uint32_t oldSize = stackTable->GetTabelSize(); in HWTEST_F() local
63 ASSERT_NE(stackTable->GetTabelSize(), oldSize); in HWTEST_F()
/base/update/updater/services/diffpatch/patch/
H A Dimage_patch.cpp47 if (srcStart > param.oldSize || param.oldSize - srcStart < srcLen || in ApplyImagePatch()
49 PATCH_LOGE("error, srcStart: %zu srcLen: %zu , param.oldSize: %zu, patchOffset: %zu", in ApplyImagePatch()
50 srcStart, srcLen, param.oldSize, patchOffset); in ApplyImagePatch()
100 if (header.srcStart > param.oldSize || param.oldSize - header.srcStart < header.srcLength || in StartReadHeader()
H A Dupdate_patch.cpp256 param.oldSize = oldData.length; in ApplyPatch()
/base/update/updater/test/unittest/package/
H A Dpkg_manager_unittest.cpp422 size_t oldSize = uncompressedData.size(); in TestDecompressLz4()
424 uncompressedData.resize(oldSize * ((start + size) / oldSize + 1)); in TestDecompressLz4()
532 size_t oldSize = uncompressedData.size(); in TestDecompressGzip()
534 uncompressedData.resize(oldSize * ((start + size) / oldSize + 1)); in TestDecompressGzip()
/base/update/updater/services/include/patch/
H A Dupdate_patch.h26 size_t oldSize; member
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_part_test.cpp748 size_t oldSize = gsmSmsMessage->visibleMessageBody_.size(); in HWTEST_F() local
754 EXPECT_EQ(newSize, oldSize); in HWTEST_F()
757 oldSize = gsmSmsMessage->visibleMessageBody_.size(); in HWTEST_F()
760 EXPECT_EQ(newSize, oldSize); in HWTEST_F()
/base/update/updater/test/unittest/diffpatch/
H A Ddiffpatch_unittest.cpp105 param.oldSize = oldData.length; in TestApplyPatch()
/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp340 virtual int32_t UpdateMemoryPara(int32_t size, int32_t &oldSize) in UpdateMemoryPara() argument

Completed in 8 milliseconds