/ohos5.0/base/security/device_auth/services/cred_manager/src/ |
H A D | cred_manager.c | 96 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 D | dev_session_mgr.c | 213 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 D | key_agree_session_manager.c | 112 HC_VECTOR_POPELEMENT(&g_SessionNodeVec, &tempSessionNode, index); in DeleteSessionInner()
|
/ohos5.0/base/security/device_auth/services/frameworks/src/module/ |
H A D | dev_auth_module_manager.c | 321 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 D | das_module.c | 114 HC_VECTOR_POPELEMENT(&g_taskInModuleVec, &tempPtr, index); in DestroyDasTask()
|
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/ |
H A D | performance_dumper.c | 65 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 D | hc_vector.h | 167 #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 D | os_account_adapter.cpp | 297 HC_VECTOR_POPELEMENT(&g_callbackVec, &deleteCallback, index); in RemoveOsAccountEventCallback()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/callback_manager/ |
H A D | callback_manager.c | 201 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 D | soft_bus_channel.c | 80 HC_VECTOR_POPELEMENT(&g_channelVec, &tmpEntry, index); in RemoveChannelEntry()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/ |
H A D | broadcast_manager.c | 297 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 D | sym_token_manager.c | 499 HC_VECTOR_POPELEMENT(&g_symTokensDb, &deleteInfo, index); in RemoveOsSymTokensInfo() 635 HC_VECTOR_POPELEMENT(&info->tokens, &deleteToken, index); in PopSymTokenFromVec()
|
H A D | asy_token_manager.c | 976 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 D | pseudonym_manager.c | 430 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 D | dev_session_v2.c | 272 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 D | data_manager.c | 589 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 D | expand_sub_session.c | 264 HC_VECTOR_POPELEMENT(&impl->cmdList, &popCmd, index); in ProcRecvCmd()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 177 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 D | account_related_group_auth.c | 241 HC_VECTOR_POPELEMENT(vec, &tempEntry, index); in GaGetAccountGroup()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 67 HC_VECTOR_POPELEMENT(groupEntryVec, &tempEntry, index); in RemoveNoPermissionGroup()
|