Searched defs:pseudonymId (Results 1 – 5 of 5) sorted by relevance
| /base/security/device_auth/test/fuzztest/group_auth/getpseudonymid_fuzzer/ |
| D | getpseudonymid_fuzzer.cpp | 33 char *pseudonymId = nullptr; in FuzzDoGetPseudonymId() local
|
| /base/security/device_auth/services/privacy_enhancement/src/ |
| D | pseudonym_manager.c | 31 char *pseudonymId; member 111 const char *pseudonymId = GetStringFromJson(pseudonymJson, FIELD_PSEUDONYM_ID); in GeneratePseudonymInfoFromJson() local 512 static int32_t GetRealInfo(int32_t osAccountId, const char *pseudonymId, char **realInfo) in GetRealInfo() 544 static int32_t GetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in GetPseudonymId() 605 static PseudonymInfo *BuildPseudonymInfoEntry(const char *realInfo, const char *pseudonymId, const … in BuildPseudonymInfoEntry() 623 static int32_t SavePseudonymId(int32_t osAccountId, const char *pseudonymId, const char *realInfo, … in SavePseudonymId()
|
| /base/security/device_auth/services/ |
| D | device_auth.c | 908 static int32_t GetRealInfo(int32_t osAccountId, const char *pseudonymId, char **realInfo) in GetRealInfo() 922 static int32_t GetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in GetPseudonymId()
|
| /base/security/device_auth/frameworks/src/ |
| D | ipc_service.c | 1052 const char *pseudonymId = NULL; in IpcServiceGaGetRealInfo() local 1099 char *pseudonymId = NULL; in IpcServiceGaGetPseudonymId() local
|
| D | ipc_sdk.c | 1665 static int32_t IpcGaGetRealInfo(int32_t osAccountId, const char *pseudonymId, char **realInfo) in IpcGaGetRealInfo() 1711 static int32_t IpcGaGetPseudonymId(int32_t osAccountId, const char *indexKey, char **pseudonymId) in IpcGaGetPseudonymId()
|