Home
last modified time | relevance | path

Searched refs:DESTROY_HC_VECTOR (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_common.c175 DESTROY_HC_VECTOR(IdentityInfoVec, vec); in ClearIdentityInfoVec()
186 DESTROY_HC_VECTOR(ProtocolEntityVec, vec); in ClearProtocolEntityVec()
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_string_vector.c32 DESTROY_HC_VECTOR(StringVector, vec); in DestroyStrVector()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/
H A Daccount_version_util.c66 DESTROY_HC_VECTOR(AccountVersionInfoVec, &g_authVersionInfoVec); in DestroyVersionInfos()
/ohos5.0/base/security/device_auth/services/cred_manager/src/
H A Dcred_manager.c65 DESTROY_HC_VECTOR(CredPluginVec, &g_credPluginVec); in DestroyCredMgr()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session_manager.c64 DESTROY_HC_VECTOR(SessionNodeVec, &g_SessionNodeVec); in DestroyKeyAgreeSessionMgr()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
H A Ddas_module.c138 DESTROY_HC_VECTOR(TaskInModuleVec, &g_taskInModuleVec); in DestroyDasModule()
H A Ddas_task_main.c126 DESTROY_HC_VECTOR(SubTaskVec, &(task->vec)); in DestroyTaskT()
567 DESTROY_HC_VECTOR(DasProtocolEntityVec, &g_protocolEntityVec); in DestroyDasProtocolEntities()
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_task_thread.c146 DESTROY_HC_VECTOR(TaskVec, &thread->tasks); in DestroyHcTaskThread()
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_vector.h160 #define DESTROY_HC_VECTOR(classname, obj) Destroy##classname(obj) macro
H A Dhc_tlv_parser.h304 DESTROY_HC_VECTOR(Vec##TlvVecName, &((TlvVecName *)tlv)->data); \
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp209 DESTROY_HC_VECTOR(EventCallbackVec, &g_callbackVec); in DestroyOsAccountAdapter()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/callback_manager/
H A Dcallback_manager.c240 DESTROY_HC_VECTOR(GMCallbackEntryVec, &g_callbackVec); in DestroyCallbackManager()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c267 DESTROY_HC_VECTOR(ChannelEntryVec, &g_channelVec); in DestroySoftBusChannelModule()
/ohos5.0/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c119 DESTROY_HC_VECTOR(SessionInfoList, &g_sessionInfoList); in DestroyDevSessionManager()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/broadcast_manager/
H A Dbroadcast_manager.c260 DESTROY_HC_VECTOR(ListenerEntryVec, &g_listenerEntryVec); in DestroyBroadcastManager()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c740 DESTROY_HC_VECTOR(SymTokenVec, vec); in ClearSymTokenVec()
784 DESTROY_HC_VECTOR(SymTokensDb, &g_symTokensDb); in DestroySymTokenManager()
H A Dasy_token_manager.c1342 DESTROY_HC_VECTOR(AccountTokenVec, vec); in ClearAccountTokenVec()
1430 DESTROY_HC_VECTOR(AccountTokenDb, &g_accountTokenDb); in DestroyTokenManager()
/ohos5.0/base/security/device_auth/services/frameworks/src/module/
H A Ddev_auth_module_manager.c289 DESTROY_HC_VECTOR(AuthModuleVec, &g_authModuleVec); in DestroyModules()
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c559 DESTROY_HC_VECTOR(PerformDataVec, &g_performDataVec); in DestroyPerformanceDumper()
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c1362 DESTROY_HC_VECTOR(GroupEntryVec, vec); in ClearGroupEntryVec()
1372 DESTROY_HC_VECTOR(DeviceEntryVec, vec); in ClearDeviceEntryVec()
1776 DESTROY_HC_VECTOR(DeviceAuthDb, &g_deviceauthDb); in DestroyDatabase()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c499 DESTROY_HC_VECTOR(CmdList, &impl->cmdList); in DestroyExpandSubSession()
/ohos5.0/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c843 DESTROY_HC_VECTOR(PseudonymDb, &g_pseudonymDb); in DestroyPseudonymManager()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c581 DESTROY_HC_VECTOR(ParamsVecForAuth, vec); in DestroyAuthParamsList()