Searched refs:GaGetTrustedDeviceEntryById (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/ |
H A D | group_auth_data_operation.c | 138 int32_t GaGetTrustedDeviceEntryById(int32_t osAccountId, const char *deviceId, in GaGetTrustedDeviceEntryById() function 187 res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, deviceEntry); in GaIsDeviceInGroup() 189 res = GaGetTrustedDeviceEntryById(osAccountId, peerAuthId, false, groupId, deviceEntry); in GaIsDeviceInGroup() 215 res = GaGetTrustedDeviceEntryById(osAccountId, localUdid, true, groupId, localAuthInfo); in GaGetLocalDeviceInfo()
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_common.c | 107 return GaGetTrustedDeviceEntryById(osAccountId, selfUdid, true, groupId, deviceEntry); 129 … return GaGetTrustedDeviceEntryById(osAccountId, peerDeviceId, isUdid, groupId, returnDeviceEntry); in GetPeerDeviceEntry()
|
H A D | cert_operation.c | 624 int32_t ret = GaGetTrustedDeviceEntryById(osAccountId, deviceId, isUdid, groupId, deviceEntry); in GetAccountRelatedCredInfo()
|
H A D | identity_group.c | 171 int32_t ret = GaGetTrustedDeviceEntryById(osAccountId, deviceId, isUdid, groupId, deviceEntry); in GetAccountUnrelatedIdentityInfo()
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/inc/ |
H A D | group_auth_data_operation.h | 26 int32_t GaGetTrustedDeviceEntryById(int32_t osAccountId, const char *deviceId,
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
H A D | account_unrelated_group_auth.c | 375 res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerAuthInfo); in FillNonAccountAuthInfo() 377 res = GaGetTrustedDeviceEntryById(osAccountId, peerAuthId, false, groupId, peerAuthInfo); in FillNonAccountAuthInfo()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
H A D | compatible_auth_sub_session_common.c | 185 res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerDeviceEntry); in AddUpgradeFlagToParams() 187 res = GaGetTrustedDeviceEntryById(osAccountId, peerAuthId, false, groupId, peerDeviceEntry); in AddUpgradeFlagToParams()
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/ |
H A D | account_related_group_auth.c | 279 int32_t res = GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerDevInfo); in FillAccountCredentialInfo() 338 …if (GaGetTrustedDeviceEntryById(osAccountId, peerUdid, true, groupId, peerDeviceInfo) != HC_SUCCES… in IsDeviceImportedByCloud()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 945 int32_t res = GaGetTrustedDeviceEntryById(DEFAULT_OS_ACCOUNT, nullptr, true, nullptr, nullptr);
|