Home
last modified time | relevance | path

Searched defs:tokenJson (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c107 static SymToken *CreateSymTokenByJson(const CJson *tokenJson) in CreateSymTokenByJson()
152 CJson *tokenJson = GetItemFromArray(symTokensJson, i); in CreateTokensFromJson() local
245 static int32_t GenerateJsonFromToken(const SymToken *token, CJson *tokenJson) in GenerateJsonFromToken()
269 CJson *tokenJson = CreateJson(); in SaveTokensToFile() local
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