Searched refs:GaIsDeviceInGroup (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_auth/inc/ |
H A D | group_auth_data_operation.h | 28 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe…
|
/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 | 172 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe… in GaIsDeviceInGroup() function
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | identity_group.c | 99 return GaIsDeviceInGroup(groupType, osAccountId, deviceId, NULL, groupId); in IsDeviceInGroup() 101 return GaIsDeviceInGroup(groupType, osAccountId, NULL, deviceId, groupId); in IsDeviceInGroup()
|
/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 | 246 if (!GaIsDeviceInGroup(groupInfo->type, osAccountId, peerUdid, peerAuthId, groupId)) { in FillAuthParams()
|