Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_auth/inc/
H A Dgroup_auth_data_operation.h31 int32_t AuthFormToGroupType(int32_t authForm);
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c223 int32_t AuthFormToGroupType(int32_t authForm) in AuthFormToGroupType() function
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_related_group_auth/
H A Daccount_related_group_auth.c383 int32_t groupType = AuthFormToGroupType(authForm); in QueryAuthGroupForServer()
499 int32_t groupType = AuthFormToGroupType(authForm); in QueryGroupForAccountPlugin()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp939 int32_t groupType = AuthFormToGroupType(AUTH_FORM_ACCOUNT_UNRELATED);
941 groupType = AuthFormToGroupType(AUTH_FORM_ACROSS_ACCOUNT);
943 groupType = AuthFormToGroupType(-1);