Searched defs:tokenPath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/ |
H A D | sym_token_manager.c | 55 static bool GetTokensFilePathCe(int32_t osAccountId, char *tokenPath, uint32_t pathBufferLen) in GetTokensFilePathCe() 70 static bool GetTokensFilePathDe(int32_t osAccountId, char *tokenPath, uint32_t pathBufferLen) in GetTokensFilePathDe() 90 static bool GetTokensFilePath(int32_t osAccountId, char *tokenPath, uint32_t pathBufferLen) in GetTokensFilePath() 166 static int32_t ReadTokensFromFile(SymTokenVec *vec, const char *tokenPath) in ReadTokensFromFile() 212 static int32_t WriteTokensJsonToFile(CJson *tokensJson, const char *tokenPath) in WriteTokensJsonToFile() 250 static int32_t SaveTokensToFile(const SymTokenVec *vec, const char *tokenPath) in SaveTokensToFile() 429 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in LoadOsSymTokensDb() local 576 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in SaveOsSymTokensDb() local
|
H A D | asy_token_manager.c | 94 static bool GetTokenPathCe(int32_t osAccountId, char *tokenPath, uint32_t pathBufferLen) in GetTokenPathCe() 109 static bool GetTokenPathDe(int32_t osAccountId, char *tokenPath, uint32_t pathBufferLen) in GetTokenPathDe() 129 static bool GetTokenPath(int32_t osAccountId, char *tokenPath, uint32_t pathBufferLen) in GetTokenPath() 213 static int32_t ReadTokensFromFile(AccountTokenVec *vec, const char *tokenPath) in ReadTokensFromFile() 255 static int32_t WriteTokensJsonToFile(CJson *tokensJson, const char *tokenPath) in WriteTokensJsonToFile() 306 static int32_t SaveTokensToFile(const AccountTokenVec *vec, const char *tokenPath) in SaveTokensToFile() 906 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in LoadOsAccountTokenDb() local 1053 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in SaveOsAccountTokenDb() local
|