Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 9 of 9) sorted by relevance

/base/update/updater/test/unittest/diffpatch/
Ddiffpatch_unittest.cpp56 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in BlockDiffPatchTest() local
73 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in ImgageDiffPatchFileTest() local
80 const std::string &expected, UpdatePatch::UpdateApplyPatch::ImageProcessor writer) const in TestApplyPatch() argument
113 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in ImgageDiffPatchFileTest2() local
176 std::string expected = GeneraterHash(TEST_PATH_FROM + newFile); in BlockDiffPatchTest2() local
/base/hiviewdfx/hilog/test/moduletest/common/
Dadapter_test.cpp88 static const std::array<uint16_t, 10> expected = { variable
/base/update/updater/services/diffpatch/patch/
Dupdate_patch.cpp28 ImageProcessor writer, const std::string& expected) in ApplyImagePatch()
135 const BlockBuffer &oldInfo, ImageProcessor writer, const std::string& expected) in ApplyBlockPatch()
/base/update/updater/test/unittest/updater_ui_test/strategy/
Dui_strategy_unittest.cpp77 std::unordered_map<Updater::UpdaterMode, Updater::UiStrategyCfg> expected {}; variable
/base/update/updater/services/include/patch/
Dupdate_patch.h88 const std::string &expected, const std::string &partitionName) : UpdatePatchWriter(), in ImagePatchWriter()
/base/update/updater/test/unittest/updater_ui_test/view/
Dui_page_manager_unittest.cpp116 inline bool CheckResult(const std::vector<std::string> &expected, std::vector<std::string> &&checke… in CheckResult()
Dui_layout_unittest.cpp174 …UxViewInfo expected { UxViewCommonInfo { 1280, 0, 800, 200, "Label_RebootToNormalSystem", "UILabel… variable
/base/security/device_security_level/services/sa/standard/
Ddslm_ipc_process.cpp64 uint32_t expected = sizeof(DeviceIdentify) + sizeof(RequestOption) + sizeof(uint32_t); in DslmGetRequestFromParcel() local
/base/update/updater/services/applypatch/
Dblock_set.cpp215 …t::VerifySha256(const std::vector<uint8_t> &buffer, const size_t size, const std::string &expected) in VerifySha256()