Searched refs:HC_VECTOR_GET (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/common_lib/interfaces/ |
H A D | hc_vector.h | 169 #define HC_VECTOR_GET(obj, index) (obj)->get((obj), (index))
macro
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/ |
H A D | group_auth_data_operation.c | 63 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GaDeepCopyGroupEntry()
|
/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 233 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GenerateGroupEntryFromEntry() 839 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in CompareQueryGroupParams() 918 HcString entryManager = HC_VECTOR_GET(&groupInfo->managers, 0); in AddGroupOwnerToReturn() 1586 HcString entryOwner = HC_VECTOR_GET(&group->managers, 0); in DumpGroup()
|
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 118 HcString entryManager = HC_VECTOR_GET(&groupEntry->managers, 0); in CheckAndRemoveUpgradeGroupEntry() 250 HcString entryManager = HC_VECTOR_GET(&entry->managers, 0); in IsGroupOwner()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
H A D | das_task_main.c | 267 SubTaskBase *subTask = HC_VECTOR_GET(&(task->vec), 0); in ProcessTaskT()
|
/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 1392 IdentityInfo *curCred = HC_VECTOR_GET(&impl->credList, 0); in ProcStartEventInner() 1745 IdentityInfo *selfCred = HC_VECTOR_GET(&impl->credList, 0); in ProcHandshakeReqEventInner() 1938 IdentityInfo *selfCred = HC_VECTOR_GET(&impl->credList, 0); in ProcAuthEventInner()
|
Completed in 10 milliseconds