Home
last modified time | relevance | path

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

/base/security/device_auth/services/data_manager/src/
Ddata_manager.c1015 TrustedGroupEntry *popEntry; in DelGroup() local
1016 HC_VECTOR_POPELEMENT(&info->groups, &popEntry, index); in DelGroup()
1017 PostGroupDeletedMsg(popEntry); in DelGroup()
1018 LOGI("[DB]: Delete a group from database successfully! [GroupType]: %d", popEntry->type); in DelGroup()
1019 DestroyGroupEntry(popEntry); in DelGroup()
1049 TrustedDeviceEntry *popEntry; in DelTrustedDevice() local
1050 HC_VECTOR_POPELEMENT(&info->devices, &popEntry, index); in DelTrustedDevice()
1051 PostDeviceUnBoundMsg(info, popEntry); in DelTrustedDevice()
1053 DestroyDeviceEntry(popEntry); in DelTrustedDevice()