Searched refs:FIELD_SELF_TYPE (Results 1 – 5 of 5) sorted by relevance
/base/security/device_auth/services/frameworks/inc/ |
D | common_defs.h | 113 #define FIELD_SELF_TYPE "selfType" macro
|
/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
D | account_unrelated_group_auth.c | 127 if (GetIntFromJson(authParam, FIELD_SELF_TYPE, &userType) != HC_SUCCESS) { in AddSelfTypeToSelfData() 312 if (AddIntToJson(paramsData, FIELD_SELF_TYPE, localAuthInfo->devType) != HC_SUCCESS) { in AddNonAccountAuthInfo()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/ |
D | pake_task_common.c | 186 if (GetIntFromJson(in, FIELD_SELF_TYPE, &(params->userType)) != HC_SUCCESS) { in FillUserType()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
D | compatible_bind_sub_session_common.c | 402 if (AddIntToJson(moduleParams, FIELD_SELF_TYPE, userType) != HC_SUCCESS) { in AddGroupAndDevInfoToParams()
|
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/ |
D | iso_task_common.c | 437 int res = GetIntFromJson(in, FIELD_SELF_TYPE, &(params->selfUserType)); in GetUserType()
|