Home
last modified time | relevance | path

Searched refs:versionNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/src/framework/
H A Dplugin.cpp304 VersionNum versionNum; in RegisterMetadata() local
305 ret = AnalyzeVersion(version_, versionNum); in RegisterMetadata()
330 VersionNum versionNum; in CheckTargetVersion() local
331 auto ret = AnalyzeVersion(targetVersion, versionNum); in CheckTargetVersion()
340 uint32_t Plugin::AnalyzeVersion(const string &versionInfo, VersionNum &versionNum) in AnalyzeVersion() argument
367 versionNum.major = versionArray[VERSION_MAJOR_INDEX]; in AnalyzeVersion()
368 versionNum.minor = versionArray[VERSION_MINOR_INDEX]; in AnalyzeVersion()
369 versionNum.micro = versionArray[VERSION_MICRO_INDEX]; in AnalyzeVersion()
370 versionNum.nano = versionArray[VERSION_NANO_INDEX]; in AnalyzeVersion()
373 versionNum.minor, versionNum.micro, versionNum.nano); in AnalyzeVersion()
[all …]
H A Dplugin.h67 uint32_t AnalyzeVersion(const std::string &versionInfo, VersionNum &versionNum);
69 uint16_t (&versionNum)[VERSION_ARRAY_SIZE]);
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.h56 uint16_t versionNum; member
H A Dtee_client_app_load.c109 (imgHdr.imgIdentity.versionNum > 1); in GetTaVersion()
113 *version = imgHdr.imgIdentity.versionNum; in GetTaVersion()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp118 std::string versionNum; in IsFBEXSupported() local
119 if (!OHOS::LoadStringFromFile(rpath, versionNum)) { in IsFBEXSupported()
123 return versionNum.compare(FBEX_INLINE_CRYPTO_V3) == 0; in IsFBEXSupported()