Home
last modified time | relevance | path

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

/base/security/device_auth/interfaces/inner_api/
Ddevice_auth.h87 ALL_GROUP = 0, enumerator
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c175 …if ((groupType == ALL_GROUP) && (groupId == NULL) && (groupName == NULL) && (groupOwner == NULL)) { in IsQueryParamsValid()
767 int32_t groupType = ALL_GROUP; in GetAccessibleGroupInfo()
769 if ((groupType != ALL_GROUP) && (!IsGroupTypeSupported(groupType))) { in GetAccessibleGroupInfo()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c683 if ((params->groupType != ALL_GROUP) && (params->groupType != entry->type)) { in CompareQueryGroupParams()
838 .groupType = ALL_GROUP, in InitQueryGroupParams()