Searched refs:oldSize (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/async_stack/ |
H A D | stack_table_test.cpp | 56 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 D | image_patch.cpp | 47 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 D | update_patch.cpp | 256 param.oldSize = oldData.length;
in ApplyPatch()
|
/base/update/updater/test/unittest/package/ |
H A D | pkg_manager_unittest.cpp | 422 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 D | update_patch.h | 26 size_t oldSize;
member
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_part_test.cpp | 748 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 D | diffpatch_unittest.cpp | 105 param.oldSize = oldData.length; in TestApplyPatch()
|
/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 340 virtual int32_t UpdateMemoryPara(int32_t size, int32_t &oldSize) in UpdateMemoryPara() argument
|
Completed in 8 milliseconds