Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h28 bool IsAccountRelatedGroup(int groupType);
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c288 if (IsAccountRelatedGroup((*entry)->type)) { in AddAllPkInfoToList()
318 if (!IsAccountRelatedGroup((*entry)->type)) { in IsOnlyAccountRelatedGroups()
Dgroup_operation_common.c449 bool IsAccountRelatedGroup(int groupType) in IsAccountRelatedGroup() function