Searched refs:popEntry (Results 1 – 1 of 1) sorted by relevance
1015 TrustedGroupEntry *popEntry; in DelGroup() local1016 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() local1050 HC_VECTOR_POPELEMENT(&info->devices, &popEntry, index); in DelTrustedDevice()1051 PostDeviceUnBoundMsg(info, popEntry); in DelTrustedDevice()1053 DestroyDeviceEntry(popEntry); in DelTrustedDevice()