Home
last modified time | relevance | path

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

/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c55 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()
428 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in LoadOsSymTokensDb() local
575 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in SaveOsSymTokensDb() local
Dasy_token_manager.c94 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()
217 static int32_t ReadTokensFromFile(AccountTokenVec *vec, const char *tokenPath) in ReadTokensFromFile()
263 static int32_t WriteTokensJsonToFile(CJson *tokensJson, const char *tokenPath) in WriteTokensJsonToFile()
314 static int32_t SaveTokensToFile(const AccountTokenVec *vec, const char *tokenPath) in SaveTokensToFile()
920 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in LoadOsAccountTokenDb() local
1067 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; in SaveOsAccountTokenDb() local
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
Daccount_related_creds_manager_dir_test.cpp174 char tokenPath[MAX_DB_PATH_LEN] = { 0 }; variable