Home
last modified time | relevance | path

Searched refs:beginPath (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/privacy_enhancement/src/
Dpseudonym_manager.c185 const char *beginPath = GetStorageDirPathCe(); in GetPseudonymPathCe() local
186 if (beginPath == NULL) { in GetPseudonymPathCe()
190 …if (sprintf_s(path, pathBufferLen, "%s/%d/deviceauth/pseudonym/pseudonym_data.dat", beginPath, osA… in GetPseudonymPathCe()
199 const char *beginPath = GetPseudonymStoragePath(); in GetPseudonymPathDe() local
200 if (beginPath == NULL) { in GetPseudonymPathDe()
206 writeByteNum = sprintf_s(path, pathBufferLen, "%s/pseudonym_data.dat", beginPath); in GetPseudonymPathDe()
208 … writeByteNum = sprintf_s(path, pathBufferLen, "%s/pseudonym_data%d.dat", beginPath, osAccountId); in GetPseudonymPathDe()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c57 const char *beginPath = GetStorageDirPathCe(); in GetTokensFilePathCe() local
58 if (beginPath == NULL) { in GetTokensFilePathCe()
63 beginPath, osAccountId) <= 0) { in GetTokensFilePathCe()
72 const char *beginPath = GetAccountStoragePath(); in GetTokensFilePathDe() local
73 if (beginPath == NULL) { in GetTokensFilePathDe()
79 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_sym.dat", beginPath); in GetTokensFilePathDe()
81 …writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_sym%d.dat", beginPath, osAccou… in GetTokensFilePathDe()
Dasy_token_manager.c96 const char *beginPath = GetStorageDirPathCe(); in GetTokenPathCe() local
97 if (beginPath == NULL) { in GetTokenPathCe()
102 beginPath, osAccountId) <= 0) { in GetTokenPathCe()
111 const char *beginPath = GetAccountStoragePath(); in GetTokenPathDe() local
112 if (beginPath == NULL) { in GetTokenPathDe()
118 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_asy.dat", beginPath); in GetTokenPathDe()
120 …writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_asy%d.dat", beginPath, osAccou… in GetTokenPathDe()
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/pages/
Denrolling.ets123 this.context.beginPath()
130 this.context.beginPath()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c182 const char *beginPath = GetStorageDirPathCe(); in GetOsAccountInfoPathCe() local
183 if (beginPath == NULL) { in GetOsAccountInfoPathCe()
187 …if (sprintf_s(infoPath, pathBufferLen, "%s/%d/deviceauth/hcgroup.dat", beginPath, osAccountId) <= … in GetOsAccountInfoPathCe()
196 const char *beginPath = GetStorageDirPath(); in GetOsAccountInfoPathDe() local
197 if (beginPath == NULL) { in GetOsAccountInfoPathDe()
203 writeByteNum = sprintf_s(infoPath, pathBufferLen, "%s/hcgroup.dat", beginPath); in GetOsAccountInfoPathDe()
205 … writeByteNum = sprintf_s(infoPath, pathBufferLen, "%s/hcgroup%d.dat", beginPath, osAccountId); in GetOsAccountInfoPathDe()