Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 - 24 of 24) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/zip/include/
H A Dzip_entry_header.h69 short GetVersion();
H A Dcentral_directory.h65 short GetVersion();
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/zip/zipsigner_fuzzer/
H A Dzipsigner_fuzzer.cpp92 zipEntryHeader->GetVersion(); in ZipEntryHeaderInfoFunc()
109 cd->GetVersion(); in CentralDirectoryInfoFunc()
/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dpack_info_utils.cpp289 if (!const_cast<PackInfo&>(packInfo1).GetVersion(version1)) { in CheckVersionCodeInPackInfo()
290 LOGE("GetVersion from packInfo1 failed!"); in CheckVersionCodeInPackInfo()
293 if (!const_cast<PackInfo&>(packInfo2).GetVersion(version2)) { in CheckVersionCodeInPackInfo()
294 LOGE("GetVersion from packInfo2 failed!"); in CheckVersionCodeInPackInfo()
H A Dhap_verify_utils.cpp108 verifyCollection.versionCode = hapVerifyInfo.GetVersion().versionCode; in CheckAppFieldsIsSame()
109 verifyCollection.versionName = hapVerifyInfo.GetVersion().versionName; in CheckAppFieldsIsSame()
110 verifyCollection.minCompatibleVersionCode = hapVerifyInfo.GetVersion().minCompatibleVersionCode; in CheckAppFieldsIsSame()
144 if (verifyCollection.versionCode != hapVerifyInfo.GetVersion().versionCode || in AppFieldsIsSame()
145 verifyCollection.minCompatibleVersionCode != hapVerifyInfo.GetVersion().minCompatibleVersionCode) { in AppFieldsIsSame()
H A Dhap_verify_info.cpp42 const Version& HapVerifyInfo::GetVersion() const in GetVersion() function in OHOS::AppPackingTool::HapVerifyInfo
H A Dpack_info.cpp377 bool PackInfo::GetVersion(PackInfoVersion& version) in GetVersion() function in OHOS::AppPackingTool::PackInfo
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h42 virtual int GetVersion();
/developtools/packing_tool/packing_tool/frameworks/include/json/
H A Dpack_info.h70 bool GetVersion(PackInfoVersion& version);
H A Dhap_verify_info.h41 const Version& GetVersion() const;
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_entry_header.cpp128 short ZipEntryHeader::GetVersion() in GetVersion() function in OHOS::SignatureTools::ZipEntryHeader
H A Dcentral_directory.cpp154 short CentralDirectory::GetVersion() in GetVersion() function in OHOS::SignatureTools::CentralDirectory
/developtools/hdc/src/daemon/
H A Dmain.cpp302 string ver = Hdc::Base::GetVersion(); in main()
H A Ddaemon.cpp785 string version = Base::GetVersion() + HDC_MSG_HASH; in InitMod()
802 handshake.version = Base::GetVersion(); in InitMod()
/developtools/hdc/src/host/
H A Dclient.cpp621 string clientVer = Base::GetVersion() + HDC_MSG_HASH; in PreHandshake()
625 serverVer = serverVer.substr(0, Base::GetVersion().size()); in PreHandshake()
667 fprintf(stdout, "Client version:%s, server version:%s\n", Base::GetVersion().c_str(), version.c_str()); in ReadChannel()
H A Dtranslate.cpp322 stringError = Base::GetVersion(); in String2FormatCommand()
H A Dmain.cpp301 string ver = Base::GetVersion(); in GetCommandlineOptions()
H A Dserver_for_client.cpp84 string ver = Base::GetVersion() + HDC_MSG_HASH; in AcceptClient()
828 string version = Base::GetVersion(); in ReportServerVersion()
/developtools/hdc/src/common/
H A Dbase.h133 string GetVersion();
H A Dsession.cpp25 WRITE_LOG(LOG_INFO, "Program running. %s Pid:%u", Base::GetVersion().c_str(), getpid()); in HdcSessionBase()
1069 handshake.version = Base::GetVersion() + HDC_MSG_HASH; in WorkThreadInitSession()
H A Dbase.cpp1878 string GetVersion() in GetVersion() function
/developtools/hapsigner/hapsigntool_cpp_test/unittest/zip/
H A Dzip_signer_test.cpp605 short version = zipEntryData->GetZipEntryHeader()->GetVersion(); in HWTEST_F()
700 short version = cd->GetVersion(); in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/package_normalize_test/
H A Dpackage_normalize_test.cpp560 EXPECT_TRUE(packInfo.GetVersion(version)); in HWTEST_F()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/pack_info_test/
H A Dpack_info_test.cpp1477 * @tc.desc: GetVersion.
1486 EXPECT_TRUE(packInfo.GetVersion(version)); in HWTEST_F()
1493 * @tc.desc: GetVersion.
1501 EXPECT_FALSE(packInfo.GetVersion(version)); in HWTEST_F()

Completed in 38 milliseconds