Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/data_manager/inc/
H A Ddata_manager.h93 bool GenerateGroupEntryFromEntry(const TrustedGroupEntry *entry, TrustedGroupEntry *returnEntry);
/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c229 bool GenerateGroupEntryFromEntry(const TrustedGroupEntry *entry, TrustedGroupEntry *returnEntry) in GenerateGroupEntryFromEntry() function
1302 if (!GenerateGroupEntryFromEntry(entry, returnEntry)) { in DeepCopyGroupEntry()