Home
last modified time | relevance | path

Searched refs:GetSlice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_version_util.c43 static const char *GetSlice(char *str, char delim, int *nextIdx) in GetSlice() function
76 subVer = GetSlice(verStrTmp, '.', &nextIdx); in StringToVersion()
82 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion()
88 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c95 static const char *GetSlice(char *str, char delim, int32_t *nextIdx) in GetSlice() function
138 subVer = GetSlice(verStrTmp, '.', &nextIdx); in StringToVersion()
143 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion()
148 subVer = GetSlice(verStrTmp + nextIdx, '.', &nextIdx); in StringToVersion()