Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c299 static SymToken **QueryTokenPtrIfMatch(const SymTokenVec *vec, const char *userId, const char *devi… in QueryTokenPtrIfMatch() function
603 SymToken **oldTokenPtr = QueryTokenPtrIfMatch(&info->tokens, token->userId, token->deviceId); in AddSymTokenToVec()
H A Dasy_token_manager.c615 static AccountToken **QueryTokenPtrIfMatch(const AccountTokenVec *vec, const char *userId, const ch… in QueryTokenPtrIfMatch() function
1085 AccountToken **token = QueryTokenPtrIfMatch(&info->tokens, userId, deviceId); in GetAccountToken()
1186 …AccountToken **oldTokenPtr = QueryTokenPtrIfMatch(&info->tokens, (const char *)(newToken->pkInfo.u… in AddTokenInner()