Home
last modified time | relevance | path

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

/base/security/access_token/services/tokensyncmanager/src/command/
Dsync_remote_native_token_command.cpp51 for (const auto& tokenJson : nativeTokenListJson) { in SyncRemoteNativeTokenCommand() local
64 nlohmann::json tokenJson = BaseRemoteCommand::ToNativeTokenInfoJson(token); in ToJsonPayload() local
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
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
Dasy_token_manager.c138 static int32_t GenerateTokenFromJson(const CJson *tokenJson, AccountToken *token) in GenerateTokenFromJson()
188 CJson *tokenJson = GetItemFromArray(tokensJson, i); in CreateTokensFromJson() local
288 static int32_t GenerateJsonFromToken(AccountToken *token, CJson *tokenJson) in GenerateJsonFromToken()
325 CJson *tokenJson = CreateJson(); in SaveTokensToFile() local