Home
last modified time | relevance | path

Searched refs:tempEntry (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/group_manager/src/callback_manager/
Dcallback_manager.c205 CallbackEntry tempEntry; in UnRegGroupManagerCallback() local
206 HC_VECTOR_POPELEMENT(&g_callbackVec, &tempEntry, index); in UnRegGroupManagerCallback()
/base/security/device_auth/services/group_manager/src/broadcast_manager/
Dbroadcast_manager.c337 ListenerEntry tempEntry; in RemoveListener() local
338 HC_VECTOR_POPELEMENT(&g_listenerEntryVec, &tempEntry, index); in RemoveListener()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/
Daccount_related_group_auth.c222 TrustedGroupEntry *tempEntry = NULL; in GaGetAccountGroup() local
223 HC_VECTOR_POPELEMENT(vec, &tempEntry, index); in GaGetAccountGroup()
224 DestroyGroupEntry((TrustedGroupEntry *)tempEntry); in GaGetAccountGroup()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c61 TrustedGroupEntry *tempEntry = NULL; in RemoveNoPermissionGroup() local
62 HC_VECTOR_POPELEMENT(groupEntryVec, &tempEntry, index); in RemoveNoPermissionGroup()
63 DestroyGroupEntry(tempEntry); in RemoveNoPermissionGroup()