Home
last modified time | relevance | path

Searched refs:GroupTypeToAuthForm (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.h32 int32_t GroupTypeToAuthForm(int32_t groupType);
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/group_auth_common/
H A Dgroup_auth_data_operation.c176 int32_t authForm = GroupTypeToAuthForm(groupType); in GaIsDeviceInGroup()
244 int32_t GroupTypeToAuthForm(int32_t groupType) in GroupTypeToAuthForm() function
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c121 int32_t authForm = GroupTypeToAuthForm(groupType); in AddGeneralParams()
150 int32_t authForm = GroupTypeToAuthForm(groupType); in ExtractAndAddParams()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp935 int32_t authForm = GroupTypeToAuthForm(ACROSS_ACCOUNT_AUTHORIZE_GROUP);
937 authForm = GroupTypeToAuthForm(0);