Home
last modified time | relevance | path

Searched refs:MAX_DB_PATH_LEN (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c41 #define MAX_DB_PATH_LEN 256 macro
142 char *tokenPath = (char *)HcMalloc(MAX_DB_PATH_LEN, 0); in OpenTokenFile()
147 if (!GetTokensFilePath(osAccountId, tokenPath, MAX_DB_PATH_LEN)) { in OpenTokenFile()
Dasy_token_manager.c41 #define MAX_DB_PATH_LEN 256 macro
193 char *tokenPath = (char *)HcMalloc(MAX_DB_PATH_LEN, 0); in OpenTokenFile()
198 if (!GetTokenPath(osAccountId, tokenPath, MAX_DB_PATH_LEN)) { in OpenTokenFile()
/base/security/device_auth/services/privacy_enhancement/src/
Dpseudonym_manager.c29 #define MAX_DB_PATH_LEN 256 macro
203 char *pseudonymPath = (char *)HcMalloc(MAX_DB_PATH_LEN, 0); in OpenPseudonymFile()
208 if (!GetPseudonymPath(osAccountId, pseudonymPath, MAX_DB_PATH_LEN)) { in OpenPseudonymFile()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c123 #define MAX_DB_PATH_LEN 256 macro
434 char infoPath[MAX_DB_PATH_LEN] = { 0 }; in ReadParcelFromFile()
435 if (!GetOsAccountInfoPath(osAccountId, infoPath, MAX_DB_PATH_LEN)) { in ReadParcelFromFile()
647 char infoPath[MAX_DB_PATH_LEN] = { 0 }; in SaveParcelToFile()
648 if (!GetOsAccountInfoPath(info->osAccountId, infoPath, MAX_DB_PATH_LEN)) { in SaveParcelToFile()