Home
last modified time | relevance | path

Searched refs:HC_VECTOR_SIZE (Results 1 - 14 of 14) sorted by relevance

/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c79 uint32_t curSessionNum = HC_VECTOR_SIZE(&g_sessionInfoList); in CheckEnvForOpenSession()
160 appId, HC_VECTOR_SIZE(&g_sessionInfoList), sessionId); in OpenDevSession()
214 LOGI("close session success. [CurNum]: %u, [Id]: %" PRId64, HC_VECTOR_SIZE(&g_sessionInfoList), sessionId); in CloseDevSession()
238 LOGI("cancel session success. [CurNum]: %u, [Id]: %" PRId64, HC_VECTOR_SIZE(&g_sessionInfoList), sessionId); in CancelDevSession()
/base/security/device_auth/common_lib/interfaces/
H A Dhc_vector.h168 #define HC_VECTOR_SIZE(obj) (obj)->size(obj) macro
/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c118 uint32_t identityCount = HC_VECTOR_SIZE(vec); in GetCredInfosByPeerIdentity()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c59 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GaDeepCopyGroupEntry()
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c425 if (HC_VECTOR_SIZE(&impl->cmdList) == 0) { in StartExpandSubSession()
480 impl->base.state = HC_VECTOR_SIZE(&impl->cmdList) > 0 ? EXPAND_STATE_RUNNING : EXPAND_STATE_FINISH; in ProcessExpandSubSession()
/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c270 if (HC_VECTOR_SIZE(&impl->credList) > 0) { in ResetSessionState()
345 while (index < HC_VECTOR_SIZE(&cred->protocolVec)) { in RemoveUnsupportedProtocols()
361 while (index < HC_VECTOR_SIZE(&impl->credList)) { in CheckAllCredsValidity()
364 uint32_t protocolNum = HC_VECTOR_SIZE(&cred->protocolVec); in CheckAllCredsValidity()
384 uint32_t credNum = HC_VECTOR_SIZE(&impl->credList); in GetAllCredsWithPeer()
1788 while (index < HC_VECTOR_SIZE(&impl->authSubSessionList)) { in RemoveInvalidAuthSubSession()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
H A Dpeer_to_peer_group.c41 if (HC_VECTOR_SIZE(&groupEntryVec) > 0) { in IsSameNameGroupExist()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c105 count = HC_VECTOR_SIZE(&groupEntryVec); in GetGroupNumByOwner()
459 count = HC_VECTOR_SIZE(&deviceEntryVec); in GetCurDeviceNumByGroupId()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c229 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GenerateGroupEntryFromEntry()
1419 while (index < HC_VECTOR_SIZE(&info->groups)) { in DelGroup()
1453 while (index < HC_VECTOR_SIZE(&info->devices)) { in DelTrustedDevice()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c639 while (index < HC_VECTOR_SIZE(&info->tokens)) { in PopSymTokenFromVec()
H A Dasy_token_manager.c1144 while (index < HC_VECTOR_SIZE(&info->tokens)) { in DeleteTokenInner()
/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c174 while (HC_VECTOR_SIZE(&impl->eventList) > 0) { in ProcEventList()
/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c524 while (index < HC_VECTOR_SIZE(&info->pseudonymInfoVec)) { in DeletePseudonymInner()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c90 if (HC_VECTOR_SIZE(groupInfoVec) == 0) { in GenerateReturnGroupVec()

Completed in 23 milliseconds