Home
last modified time | relevance | path

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

/base/security/device_auth/services/data_manager/src/
Ddata_manager.c669 static bool CompareQueryGroupParams(const QueryGroupParams *params, const TrustedGroupEntry *entry) in CompareQueryGroupParams() function
720 if (CompareQueryGroupParams(params, *entry)) { in QueryGroupEntryPtrIfMatch()
1059 if ((entry == NULL) || (*entry == NULL) || (!CompareQueryGroupParams(params, *entry))) { in DelGroup()
1125 if (!CompareQueryGroupParams(params, *entry)) { in QueryGroups()