Home
last modified time | relevance | path

Searched refs:BUSI_ERR_PARAM (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp713 } else if (errCode == BUSI_ERR_PARAM) { in BuildOutputErrorCode()
714 return BUSI_ERR_PARAM; in BuildOutputErrorCode()
728 if (errCode == BUSI_ERR_PARAM) { in BuildOutputErrorCodeHce()
729 return BUSI_ERR_PARAM; in BuildOutputErrorCodeHce()
747 } else if (errCode == BUSI_ERR_PARAM) { in BuildErrorMessage()
803 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, BuildErrorMessage(BUSI_ERR_PARAM, in CheckParametersAndThrow()
813 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, BuildErrorMessage(BUSI_ERR_PARAM, in CheckArrayNumberAndThrow()
823 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, BuildErrorMessag in CheckNumberAndThrow()
[all...]
H A Dnfc_napi_common_utils.h32 const static int BUSI_ERR_PARAM = 401; // The parameter check failed. member
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_ndef.cpp134 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CreateNdefMessage()
153 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CreateNdefMessage()
154 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "data | ndefRecords", "number[] | NdefRecord[]"))); in CreateNdefMessage()
298 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckReadNdefParameters()
299 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckReadNdefParameters()
398 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckWriteNdefParameters()
399 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckWriteNdefParameters()
506 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckSetReadOnlyParameters()
507 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckSetReadOnlyParameters()
[all...]
H A Dnfc_napi_tag_mifare_ul.cpp49 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckReadMultiplePagesParameters()
50 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckReadMultiplePagesParameters()
134 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckWriteSinglePagesParameters()
135 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckWriteSinglePagesParameters()
H A Dnfc_napi_tag_mifare_classic.cpp82 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetBlockCountInSector()
204 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetBlockIndex()
238 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetSectorIndex()
271 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckAuthenticateSectorParameters()
272 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckAuthenticateSectorParameters()
356 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckParameters()
357 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckParameters()
442 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckWriteSingleBlockParameters()
443 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckWriteSingleBlockParameters()
526 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckIncrementBlockParameters()
[all...]
H A Dnfc_napi_tag_isodep.cpp88 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckExtendedApduSupportedParameters()
89 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckExtendedApduSupportedParameters()
H A Dnfc_napi_ndef_message.cpp48 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckNdefRecordAndThrow()
49 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckNdefRecordAndThrow()
174 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in MessageToBytes()
H A Dnfc_napi_tag_ndef_formatable.cpp50 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckFormatParameters()
51 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckFormatParameters()
H A Dnfc_napi_tag_sesstion.cpp342 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in SetTimeout()
343 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "timeout", "positive number"))); in SetTimeout()
401 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckTransmitParametersAndThrow()
402 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckTransmitParametersAndThrow()
H A Dnfc_napi_foreground_dispatch.cpp400 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, BuildErrorMessage(BUSI_ERR_PARAM, in ParseDiscTechVector()
/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_ctrl_utils.h27 const static int BUSI_ERR_PARAM = 401; // The parameter check failed. member
H A Dnfc_napi_ctrl_utils.cpp43 } else if (errCode == BUSI_ERR_PARAM) { in BuildErrorMessage()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp172 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PARAM, in CheckTransmitParametersAndThrow()
173 BuildErrorMessage(BUSI_ERR_PARAM, "", "", "", ""))); in CheckTransmitParametersAndThrow()

Completed in 10 milliseconds