Searched refs:FIELD_ERROR_CODE (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | inform_message.c | 36 int32_t error_code = get_json_int(obj, FIELD_ERROR_CODE); in parse_inform_message() 67 INFORM_MESSAGE, FIELD_PAYLOAD, FIELD_ERROR_CODE, code) < 0) { in make_inform_message()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/ |
H A D | account_task_main.c | 34 if (AddIntToJson(sendToSelf, FIELD_ERROR_CODE, errCode) != CLIB_SUCCESS) { in AccountSendErrMsgToSelf() 71 if (AddIntToJson(sendToPeer, FIELD_ERROR_CODE, errCode) != CLIB_SUCCESS) { in AccountSendErrMsgToOut() 118 if (GetIntFromJson(in, FIELD_ERROR_CODE, &res) != CLIB_SUCCESS) { in IsPeerErrMessage()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 63 GOTO_ERR_AND_SET_RET(AddIntToJson(sendToSelf, FIELD_ERROR_CODE, errCode), res); in DasSendErrorToOut() 65 GOTO_ERR_AND_SET_RET(AddIntToJson(payload, FIELD_ERROR_CODE, errCode), res); in DasSendErrorToOut() 90 if (AddIntToJson(sendToSelf, FIELD_ERROR_CODE, errCode) != 0) { in DasSendErrMsgToSelf()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/struct/ |
H A D | parsedata.h | 153 #define FIELD_ERROR_CODE "errorCode" macro
|
/ohos5.0/base/security/device_auth/services/frameworks/inc/ |
H A D | common_defs.h | 61 #define FIELD_ERROR_CODE "errorCode" macro
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/ |
H A D | das_task_main.c | 232 if (GetIntFromJson(in, FIELD_ERROR_CODE, res) != HC_SUCCESS) { in IsPeerErrMessage()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
H A D | compatible_auth_sub_session_common.c | 346 if (AddIntToJson(payload, FIELD_ERROR_CODE, -1) != HC_SUCCESS) { in AddVersionMsgToError()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 966 *errorCode = get_json_int(obj, FIELD_ERROR_CODE); in ParseInformMessage()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 333 if (AddIntToJson(errMsg, FIELD_ERROR_CODE, errorCode) != HC_SUCCESS) { in ErrorInformPeer() 1990 (void)GetIntFromJson(inputEvent->data, FIELD_ERROR_CODE, &peerErrorCode); in ProcFailEvent()
|