Home
last modified time | relevance | path

Searched refs:entryOwner (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c63 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GaDeepCopyGroupEntry() local
80 if (!StringSet(&ownerName, entryOwner)) { in GaDeepCopyGroupEntry()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c233 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GenerateGroupEntryFromEntry() local
255 if (!StringSet(&ownerName, entryOwner)) { in GenerateGroupEntryFromEntry()
839 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in CompareQueryGroupParams() local
840 if (strcmp(params->ownerName, StringGet(&entryOwner)) != 0) { in CompareQueryGroupParams()
1586 HcString entryOwner = HC_VECTOR_GET(&group->managers, 0); in DumpGroup() local
1587 dprintf(fd, "||%-12s = %-46.8s| |\n", "ownerName", StringGet(&entryOwner)); in DumpGroup()

Completed in 4 milliseconds