Home
last modified time | relevance | path

Searched defs:tokenJson (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.c99 static SymToken *CreateSymTokenByJson(const CJson *tokenJson) in CreateSymTokenByJson()
144 CJson *tokenJson = GetItemFromArray(symTokensJson, i); in CreateTokensFromJson() local
237 static int32_t GenerateJsonFromToken(const SymToken *token, CJson *tokenJson) in GenerateJsonFromToken()
261 CJson *tokenJson = CreateJson(); in SaveTokensToFile() local
H A Dasy_token_manager.c138 static int32_t GenerateTokenFromJson(const CJson *tokenJson, AccountToken *token) in GenerateTokenFromJson()
184 CJson *tokenJson = GetItemFromArray(tokensJson, i); in CreateTokensFromJson() local
280 static int32_t GenerateJsonFromToken(AccountToken *token, CJson *tokenJson) in GenerateJsonFromToken()
317 CJson *tokenJson = CreateJson(); in SaveTokensToFile() local