Home
last modified time | relevance | path

Searched refs:FIELD_GROUP_ERROR_MSG (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session_util.c112 if (AddIntToJson(errorData, FIELD_GROUP_ERROR_MSG, errorCode) != HC_SUCCESS) { in AddGroupErrorInfo()
139 if (AddIntToJson(*errorData, FIELD_GROUP_ERROR_MSG, errorCode) != HC_SUCCESS) { in GenerateGroupErrorMsg()
Dcompatible_bind_sub_session.c219 if (GetIntFromJson(params, FIELD_GROUP_ERROR_MSG, &errorCode) == HC_SUCCESS) { in CheckPeerStatus()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h76 #define FIELD_GROUP_ERROR_MSG "groupErrorMsg" macro
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session.c92 if (GetIntFromJson(in, FIELD_GROUP_ERROR_MSG, &groupErrMsg) != HC_SUCCESS) { in IsPeerGroupAuthError()
Dcompatible_auth_sub_session_common.c287 if (AddIntToJson(errorToPeer, FIELD_GROUP_ERROR_MSG, GROUP_ERR_MSG) != HC_SUCCESS) { in PrepareErrorMsgToPeer()