Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_auth/src/group_auth_manager/
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/
Ddata_manager.c225 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in GenerateGroupEntryFromEntry() local
246 if (!StringSet(&ownerName, entryOwner)) { in GenerateGroupEntryFromEntry()
688 HcString entryOwner = HC_VECTOR_GET(&entry->managers, 0); in CompareQueryGroupParams() local
689 if (strcmp(params->ownerName, StringGet(&entryOwner)) != 0) { in CompareQueryGroupParams()