Home
last modified time | relevance | path

Searched refs:GaIsDeviceInGroup (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/group_auth/inc/
Dgroup_auth_data_operation.h28 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe…
/base/security/device_auth/services/group_auth/src/group_auth_manager/
Dgroup_auth_data_operation.c209 bool GaIsDeviceInGroup(int32_t groupType, int32_t osAccountId, const char *peerUdid, const char *pe… in GaIsDeviceInGroup() function
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c135 return GaIsDeviceInGroup(groupType, osAccountId, deviceId, NULL, groupId); in IsDeviceInGroup()
137 return GaIsDeviceInGroup(groupType, osAccountId, NULL, deviceId, groupId); in IsDeviceInGroup()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c176 if (!GaIsDeviceInGroup(groupInfo->type, osAccountId, peerUdid, peerAuthId, groupId)) { in FillAuthParams()