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 D | das_version_util.c | 43 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 D | key_agree_session.c | 95 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()
|