Searched refs:GaIsDeviceInGroup (Results 1 – 4 of 4) sorted by relevance
/base/security/device_auth/services/group_auth/inc/ |
D | group_auth_data_operation.h | 28 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/ |
D | group_auth_data_operation.c | 209 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/ |
D | creds_manager.c | 135 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/ |
D | compatible_auth_sub_session_common.c | 176 if (!GaIsDeviceInGroup(groupInfo->type, osAccountId, peerUdid, peerAuthId, groupId)) { in FillAuthParams()
|