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/
H A Ddata_manager.c1425 TrustedGroupEntry *popEntry; in DelGroup() local
1426 HC_VECTOR_POPELEMENT(&info->groups, &popEntry, index); in DelGroup()
1427 PostGroupDeletedMsg(popEntry); in DelGroup()
1428 LOGI("[DB]: Delete a group from database successfully! [GroupType]: %u", popEntry->type); in DelGroup()
1429 DestroyGroupEntry(popEntry); in DelGroup()
1459 TrustedDeviceEntry *popEntry; in DelTrustedDevice() local
1460 HC_VECTOR_POPELEMENT(&info->devices, &popEntry, index); in DelTrustedDevice()
1461 PostDeviceUnBoundMsg(info, popEntry); in DelTrustedDevice()
1462 DeletePdidByDeviceEntry(osAccountId, popEntry); in DelTrustedDevice()
1464 DestroyDeviceEntry(popEntry); in DelTrustedDevice()
[all...]

Completed in 3 milliseconds