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/
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), se… in CloseDevSession()
238 …LOGI("cancel session success. [CurNum]: %u, [Id]: %" PRId64, HC_VECTOR_SIZE(&g_sessionInfoList), s… in CancelDevSession()
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c118 int32_t identityCount = HC_VECTOR_SIZE(vec); in GetCredInfosByPeerIdentity()
/base/security/device_auth/common_lib/interfaces/
Dhc_vector.h168 #define HC_VECTOR_SIZE(obj) (obj)->size(obj) macro
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
Dexpand_sub_session.c421 if (HC_VECTOR_SIZE(&impl->cmdList) == 0) { in StartExpandSubSession()
476 …impl->base.state = HC_VECTOR_SIZE(&impl->cmdList) > 0 ? EXPAND_STATE_RUNNING : EXPAND_STATE_FINISH; in ProcessExpandSubSession()
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/
Dgroup_auth_data_operation.c58 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GaDeepCopyGroupEntry()
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c221 if (HC_VECTOR_SIZE(&impl->credList) > 0) { in ResetSessionState()
295 while (index < HC_VECTOR_SIZE(&cred->protocolVec)) { in RemoveUnsupportedProtocols()
311 while (index < HC_VECTOR_SIZE(&impl->credList)) { in CheckAllCredsValidity()
314 uint32_t protocolNum = HC_VECTOR_SIZE(&cred->protocolVec); in CheckAllCredsValidity()
334 uint32_t credNum = HC_VECTOR_SIZE(&impl->credList); in GetAllCredsWithPeer()
1697 while (index < HC_VECTOR_SIZE(&impl->authSubSessionList)) { in RemoveInvalidAuthSubSession()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c225 if (HC_VECTOR_SIZE(&entry->managers) <= 0) { in GenerateGroupEntryFromEntry()
1202 while (index < HC_VECTOR_SIZE(&info->groups)) { in DelGroup()
1236 while (index < HC_VECTOR_SIZE(&info->devices)) { in DelTrustedDevice()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
Dgroup_operation_common.c68 count = HC_VECTOR_SIZE(&groupEntryVec); in GetGroupNumByOwner()
532 count = HC_VECTOR_SIZE(&deviceEntryVec); in GetCurDeviceNumByGroupId()
Dgroup_operation.c85 if (HC_VECTOR_SIZE(groupInfoVec) == 0) { in GenerateReturnGroupVec()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c45 if (HC_VECTOR_SIZE(&groupEntryVec) > 0) { in IsSameNameGroupExist()
/base/security/device_auth/services/session_manager/src/session/
Ddev_session_fwk.c174 while (HC_VECTOR_SIZE(&impl->eventList) > 0) { in ProcEventList()
/base/security/device_auth/services/privacy_enhancement/src/
Dpseudonym_manager.c524 while (index < HC_VECTOR_SIZE(&info->pseudonymInfoVec)) { in DeletePseudonymInner()
/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
Dsym_token_manager.c627 while (index < HC_VECTOR_SIZE(&info->tokens)) { in PopSymTokenFromVec()
Dasy_token_manager.c1172 while (index < HC_VECTOR_SIZE(&info->tokens)) { in DeleteTokenInner()