Home
last modified time | relevance | path

Searched refs:HC_VECTOR_POPELEMENT (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/security/device_auth/services/cred_manager/src/
H A Dcred_manager.c96 HC_VECTOR_POPELEMENT(&g_credPluginVec, pluginPtr, index); in AddCredPlugin()
111 HC_VECTOR_POPELEMENT(&g_credPluginVec, pluginPtr, index); in DelCredPlugin()
/ohos5.0/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c213 HC_VECTOR_POPELEMENT(&g_sessionInfoList, ptr, index); in CloseDevSession()
237 HC_VECTOR_POPELEMENT(&g_sessionInfoList, ptr, index); in CancelDevSession()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session_manager.c112 HC_VECTOR_POPELEMENT(&g_SessionNodeVec, &tempSessionNode, index); in DeleteSessionInner()
/ohos5.0/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c321 HC_VECTOR_POPELEMENT(&g_authModuleVec, pluginPtr, index); in AddAuthModulePlugin()
336 HC_VECTOR_POPELEMENT(&g_authModuleVec, pluginPtr, index); in DelAuthModulePlugin()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_module.c114 HC_VECTOR_POPELEMENT(&g_taskInModuleVec, &tempPtr, index); in DestroyDasTask()
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c65 HC_VECTOR_POPELEMENT(&g_performDataVec, &popData, index); in ClearPerformDataVec()
98 HC_VECTOR_POPELEMENT(&g_performDataVec, &popData, index); in RemovePerformDataIfExist()
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_vector.h167 #define HC_VECTOR_POPELEMENT(obj, element, index) (obj)->eraseElement((obj), (element), (index)) macro
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp297 HC_VECTOR_POPELEMENT(&g_callbackVec, &deleteCallback, index); in RemoveOsAccountEventCallback()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H A Dcallback_manager.c201 HC_VECTOR_POPELEMENT(&g_callbackVec, &tempEntry, index); in UnRegGroupManagerCallback()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c80 HC_VECTOR_POPELEMENT(&g_channelVec, &tmpEntry, index); in RemoveChannelEntry()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/
H A Dbroadcast_manager.c297 HC_VECTOR_POPELEMENT(&g_listenerEntryVec, &tempEntry, index); in RemoveListener()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c499 HC_VECTOR_POPELEMENT(&g_symTokensDb, &deleteInfo, index); in RemoveOsSymTokensInfo()
635 HC_VECTOR_POPELEMENT(&info->tokens, &deleteToken, index); in PopSymTokenFromVec()
H A Dasy_token_manager.c976 HC_VECTOR_POPELEMENT(&g_accountTokenDb, &deleteInfo, index); in RemoveOsAccountTokenInfo()
1153 HC_VECTOR_POPELEMENT(&info->tokens, &deleteToken, index); in DeleteTokenInner()
/ohos5.0/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c430 HC_VECTOR_POPELEMENT(&g_pseudonymDb, &deleteInfo, index); in RemoveOsAccountPseudonymInfo()
532 HC_VECTOR_POPELEMENT(&info->pseudonymInfoVec, &deletepseudonymInfoEntry, index); in DeletePseudonymInner()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c272 HC_VECTOR_POPELEMENT(&impl->credList, &curCredInfo, 0); in ResetSessionState()
353 HC_VECTOR_POPELEMENT(&cred->protocolVec, &popEntity, index); in RemoveUnsupportedProtocols()
371 HC_VECTOR_POPELEMENT(&impl->credList, &popCred, index); in CheckAllCredsValidity()
1797 HC_VECTOR_POPELEMENT(&impl->authSubSessionList, &popAuthSubSession, index); in RemoveInvalidAuthSubSession()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c589 HC_VECTOR_POPELEMENT(&g_deviceauthDb, &deleteInfo, index); in RemoveOsAccountTrustedInfo()
1507 HC_VECTOR_POPELEMENT(&info->groups, &popEntry, index); in DelGroup()
1541 HC_VECTOR_POPELEMENT(&info->devices, &popEntry, index); in DelTrustedDevice()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c264 HC_VECTOR_POPELEMENT(&impl->cmdList, &popCmd, index); in ProcRecvCmd()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/
H A Ddev_session_fwk.c177 HC_VECTOR_POPELEMENT(&impl->eventList, &event, 0); in ProcEventList()
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c241 HC_VECTOR_POPELEMENT(vec, &tempEntry, index); in GaGetAccountGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c67 HC_VECTOR_POPELEMENT(groupEntryVec, &tempEntry, index); in RemoveNoPermissionGroup()