Home
last modified time | relevance | path

Searched refs:SaveTokensToFile (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.c250 static int32_t SaveTokensToFile(const SymTokenVec *vec, const char *tokenPath) in SaveTokensToFile() function
475 if (SaveTokensToFile(&info.tokens, tokenPathCe) != HC_SUCCESS) { in TryMoveDeDataToCe()
586 int32_t ret = SaveTokensToFile(&info->tokens, tokenPath); in SaveOsSymTokensDb()
H A Dasy_token_manager.c306 static int32_t SaveTokensToFile(const AccountTokenVec *vec, const char *tokenPath) in SaveTokensToFile() function
952 if (SaveTokensToFile(&info.tokens, tokenPathCe) != HC_SUCCESS) { in TryMoveDeDataToCe()
1065 int32_t ret = SaveTokensToFile(&info->tokens, tokenPath); in SaveOsAccountTokenDb()