Home
last modified time | relevance | path

Searched refs:versionNum (Results 1 - 3 of 3) sorted by relevance

/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()
372 IMAGE_LOGD("analysis result: %{public}u.%{public}u.%{public}u.%{public}u.", versionNum in AnalyzeVersion()
378 ExecuteVersionAnalysis(const string &input, VersionParseStep &step, uint16_t (&versionNum)[VERSION_ARRAY_SIZE]) ExecuteVersionAnalysis() argument
[all...]
H A Dplugin.h67 uint32_t AnalyzeVersion(const std::string &versionInfo, VersionNum &versionNum);
69 uint16_t (&versionNum)[VERSION_ARRAY_SIZE]);
/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()

Completed in 2 milliseconds