Home
last modified time | relevance | path

Searched refs:StringToVersion (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c56 int32_t StringToVersion(const char* verStr, VersionStruct* version) in StringToVersion() function
161 int32_t ret = StringToVersion(versionStr, version); in GetSingleVersionFromJson()
191 int32_t minRet = StringToVersion(minStr, minVer); in GetVersionFromJson()
192 int32_t maxRet = StringToVersion(maxStr, maxVer); in GetVersionFromJson()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/
H A Ddas_version_util.h64 int32_t StringToVersion(const char* verStr, VersionStruct* version);
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c120 static int32_t StringToVersion(const char* verStr, VersionStruct* version) in StringToVersion() function
229 int32_t maxRet = StringToVersion(maxStr, maxVer); in GetVersionFromJson()