Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group_mock/
H A Dacross_account_group_mock.c25 bool IsAcrossAccountGroupSupported(void) in IsAcrossAccountGroupSupported() function
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dacross_account_group.h31 bool IsAcrossAccountGroupSupported(void);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c657 bool IsAcrossAccountGroupSupported(void) in IsAcrossAccountGroupSupported() function
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c43 ((groupType == ACROSS_ACCOUNT_AUTHORIZE_GROUP) && (IsAcrossAccountGroupSupported()))) { in IsGroupTypeSupported()