Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group_mock/
H A Didentical_account_group_mock.c25 bool IsIdenticalAccountGroupSupported(void) in IsIdenticalAccountGroupSupported() function
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Didentical_account_group.h31 bool IsIdenticalAccountGroupSupported(void);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c751 bool IsIdenticalAccountGroupSupported(void) in IsIdenticalAccountGroupSupported() function
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c42 ((groupType == IDENTICAL_ACCOUNT_GROUP) && (IsIdenticalAccountGroupSupported())) || in IsGroupTypeSupported()