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/
H A Ddevice_auth.h103 ALL_GROUP = 0, enumerator
/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c179 if ((groupType == ALL_GROUP) && (groupId == NULL) && (groupName == NULL) && (groupOwner == NULL)) { in IsQueryParamsValid()
902 int32_t groupType = ALL_GROUP; in GetAccessibleGroupInfo()
904 if ((groupType != ALL_GROUP) && (!IsGroupTypeSupported(groupType))) { in GetAccessibleGroupInfo()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c832 if ((params->groupType != ALL_GROUP) && (params->groupType != entry->type)) { in CompareQueryGroupParams()
1168 .groupType = ALL_GROUP, in InitQueryGroupParams()

Completed in 7 milliseconds