Home
last modified time | relevance | path

Searched refs:SetVersion (Results 1 - 14 of 14) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/src/
H A Dcode_sign_block_header.cpp121 CodeSignBlockHeader* codeSignBlockHeader = tempVar->SetMagic(inMagic)->SetVersion(inVersion)-> in FromByteArray()
139 CodeSignBlockHeader::Builder* CodeSignBlockHeader::Builder::SetVersion(int version) in SetVersion() function in OHOS::SignatureTools::CodeSignBlockHeader::Builder
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_entry_header.cpp36 entryHeader->SetVersion(entryHeaderInt16Value); in GetZipEntryHeader()
133 void ZipEntryHeader::SetVersion(short version) in SetVersion() function in OHOS::SignatureTools::ZipEntryHeader
H A Dcentral_directory.cpp59 cd->SetVersion(centralDirectoryInt16Value); in SetCentralDirectoryValues()
159 void CentralDirectory::SetVersion(short version) in SetVersion() function in OHOS::SignatureTools::CentralDirectory
/developtools/hapsigner/hapsigntool_cpp/zip/include/
H A Dzip_entry_header.h71 void SetVersion(short version);
H A Dcentral_directory.h67 void SetVersion(short version);
/developtools/hapsigner/hapsigntool_cpp/codesigning/datastructure/include/
H A Dcode_sign_block_header.h35 virtual Builder* SetVersion(int version);
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dfs_verity_descriptor.h82 Builder& SetVersion(uint8_t version) in SetVersion() function in OHOS::SignatureTools::FsVerityDescriptor::Builder
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dfs_verity_descriptor.cpp41 builder->SetVersion(inFsVersion).SetHashAlgorithm(inFsHashAlgorithm).SetLog2BlockSize(inLog2BlockSize); in FromByteArray()
/developtools/packing_tool/packing_tool/frameworks/include/json/
H A Dhap_verify_info.h42 void SetVersion(const Version& version);
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dhap_verify_info.cpp47 void HapVerifyInfo::SetVersion(const Version& version) in SetVersion() function in OHOS::AppPackingTool::HapVerifyInfo
H A Dmodule_json_stage.cpp681 hapVerifyInfo.SetVersion(version); in SetStageHapVerifyInfoByAppObj()
H A Dmodule_json_fa.cpp760 hapVerifyInfo.SetVersion(version); in SetFaHapVerifyInfoByAppObj()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/codeSigning/datastructure/
H A Dcode_sign_block_test.cpp216 build->SetVersion(9); in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/hap_verify_utils_test/
H A Dhap_verify_utils_test.cpp70 hapVerifyInfo1.SetVersion(version1); in InitHapVerifyInfo1()
128 hapVerifyInfo2.SetVersion(version2); in InitHapVerifyInfo2()
332 hapVerifyInfo3.SetVersion(version); in HWTEST_F()
344 hapVerifyInfo3.SetVersion(version); in HWTEST_F()
365 hapVerifyInfo3.SetVersion(version); in HWTEST_F()
412 hapVerifyInfo3.SetVersion(version); in HWTEST_F()
441 hapVerifyInfo3.SetVersion(version); in HWTEST_F()
471 hapVerifyInfo3.SetVersion(version); in HWTEST_F()
502 hapVerifyInfo3.SetVersion(version); in HWTEST_F()

Completed in 15 milliseconds