Searched refs:GaGetTrustedDeviceEntryById (Results 1 – 7 of 7) sorted by relevance
/base/security/device_auth/services/group_auth/inc/ |
D | group_auth_data_operation.h | 26 int32_t GaGetTrustedDeviceEntryById(int32_t osAccountId, const char *deviceId,
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/ |
D | group_auth_data_operation.c | 175 int32_t GaGetTrustedDeviceEntryById(int32_t osAccountId, const char *deviceId, in GaGetTrustedDeviceEntryById() function 224 res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, deviceEntry); in GaIsDeviceInGroup() 226 res = GaGetTrustedDeviceEntryById(osAccountId, peerAuthId, false, groupId, deviceEntry); in GaIsDeviceInGroup() 252 res = GaGetTrustedDeviceEntryById(osAccountId, localUdid, true, groupId, localAuthInfo); in GaGetLocalDeviceInfo()
|
/base/security/device_auth/services/creds_manager/src/ |
D | creds_operation_utils.c | 153 return GaGetTrustedDeviceEntryById(osAccountId, selfUdid, true, groupId, deviceEntry); in GetSelfDeviceEntry() 175 … return GaGetTrustedDeviceEntryById(osAccountId, peerDeviceId, isUdid, groupId, returnDeviceEntry); in GetPeerDeviceEntry()
|
D | creds_manager.c | 91 int32_t ret = GaGetTrustedDeviceEntryById(osAccountId, deviceId, isUdid, groupId, deviceEntry); in GetAccountUnrelatedIdentityInfo()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
D | account_unrelated_group_auth.c | 338 res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerAuthInfo); in FillNonAccountAuthInfo() 340 res = GaGetTrustedDeviceEntryById(osAccountId, peerAuthId, false, groupId, peerAuthInfo); in FillNonAccountAuthInfo()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/ |
D | account_related_group_auth.c | 261 int32_t res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerDevInfo); in FillAccountCredentialInfo() 321 …if (GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerDeviceInfo) != HC_SUCCES… in IsDeviceImportedByCloud()
|
/base/security/device_auth/services/creds_manager/src/account_related/ |
D | account_related_creds_manager.c | 460 int32_t ret = GaGetTrustedDeviceEntryById(osAccountId, deviceId, isUdid, groupId, deviceEntry); in GetAccountRelatedCredInfo()
|