Home
last modified time | relevance | path

Searched refs:HC_VECTOR_SIZE (Results 1 – 8 of 8) sorted by relevance

/base/security/device_auth/common_lib/interfaces/
Dhc_vector.h168 #define HC_VECTOR_SIZE(obj) (obj)->size(obj) macro
/base/security/device_auth/services/group_auth/src/group_auth_manager/
Dgroup_auth_data_operation.c59 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GaDeepCopyGroupEntry()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c221 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GenerateGroupEntryFromEntry()
1009 while (index < HC_VECTOR_SIZE(&info->groups)) { in DelGroup()
1043 while (index < HC_VECTOR_SIZE(&info->devices)) { in DelTrustedDevice()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c68 count = HC_VECTOR_SIZE(&groupEntryVec); in GetGroupNumByOwner()
176 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in IsGroupOwner()
551 count = HC_VECTOR_SIZE(&deviceEntryVec); in GetCurDeviceNumByGroupId()
Dgroup_operation.c89 if (HC_VECTOR_SIZE(groupInfoVec) == 0) { in GenerateReturnGroupVec()
139 if (HC_VECTOR_SIZE(devInfoVec) == 0) { in GenerateReturnDeviceVec()
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c494 while (index < HC_VECTOR_SIZE(&info->tokens)) { in PopSymTokenFromVec()
Dasy_token_manager.c707 while (index < HC_VECTOR_SIZE(&info->tokens)) { in DeleteTokenInner()
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c44 if (HC_VECTOR_SIZE(&groupEntryVec) > 0) { in IsSameNameGroupExist()