Home
last modified time | relevance | path

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

/base/security/device_auth/services/data_manager/src/
Ddata_manager.c971 TrustedGroupEntry *newEntry = DeepCopyGroupEntry(groupEntry); in AddGroup() local
972 if (newEntry == NULL) { in AddGroup()
981 *oldEntryPtr = newEntry; in AddGroup()
982 PostGroupCreatedMsg(newEntry); in AddGroup()
987 if (info->groups.pushBackT(&info->groups, newEntry) == NULL) { in AddGroup()
988 DestroyGroupEntry(newEntry); in AddGroup()
993 PostGroupCreatedMsg(newEntry); in AddGroup()
1012 TrustedDeviceEntry *newEntry = DeepCopyDeviceEntry(deviceEntry); in AddTrustedDevice() local
1013 if (newEntry == NULL) { in AddTrustedDevice()
1023 *oldEntryPtr = newEntry; in AddTrustedDevice()
[all …]