Searched refs:FIELD_SELF_TYPE (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 113 #define FIELD_SELF_TYPE "selfType" macro
|
/ohos5.0/base/security/device_auth/services/legacy/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
H A D | account_unrelated_group_auth.c | 128 if (GetIntFromJson(authParam, FIELD_SELF_TYPE, &userType) != HC_SUCCESS) { in AddSelfTypeToSelfData() 340 if (AddIntToJson(paramsData, FIELD_SELF_TYPE, localAuthInfo->devType) != HC_SUCCESS) { in AddNonAccountAuthInfo()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/ |
H A D | pake_task_common.c | 192 if (GetIntFromJson(in, FIELD_SELF_TYPE, &(params->userType)) != HC_SUCCESS) { in FillUserType()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_common.c | 442 if (AddIntToJson(moduleParams, FIELD_SELF_TYPE, userType) != HC_SUCCESS) { in AddGroupAndDevInfoToParams()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/ |
H A D | iso_task_common.c | 485 int res = GetIntFromJson(in, FIELD_SELF_TYPE, &(params->selfUserType)); in GetUserType()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 242 (void)AddIntToJson(in, FIELD_SELF_TYPE, 0); in ConstructPakeV1InParams()
|