Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_ctrl_utils.cpp37 if (errCode == BUSI_ERR_PERM) { in BuildErrorMessage()
73 if (statusCode == BUSI_ERR_PERM) { in CheckNfcStatusCodeAndThrow()
74 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PERM, in CheckNfcStatusCodeAndThrow()
75 BuildErrorMessage(BUSI_ERR_PERM, funcName, NFC_PERM_DESC, "", ""))); in CheckNfcStatusCodeAndThrow()
H A Dnfc_napi_ctrl_utils.h26 const static int BUSI_ERR_PERM = 201; // Permission denied. variable
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp667 if (errCode == BUSI_ERR_PERM) { in BuildOutputErrorCode()
668 return BUSI_ERR_PERM; in BuildOutputErrorCode()
681 if (errCode == BUSI_ERR_PERM) { in BuildOutputErrorCodeHce()
682 return BUSI_ERR_PERM; in BuildOutputErrorCodeHce()
697 if (errCode == BUSI_ERR_PERM) { in BuildErrorMessage()
828 if (statusCode == BUSI_ERR_PERM) { in CheckTagStatusCodeAndThrow()
829 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PERM, in CheckTagStatusCodeAndThrow()
830 BuildErrorMessage(BUSI_ERR_PERM, funcName, TAG_PERM_DESC, "", ""))); in CheckTagStatusCodeAndThrow()
854 if (statusCode == BUSI_ERR_PERM) { in CheckHceStatusCodeAndThrow()
856 … env, BUSI_ERR_PERM, BuildErrorMessage(BUSI_ERR_PERM, funcName, CARD_EMULATION_PERM_DESC, "", "")); in CheckHceStatusCodeAndThrow()
H A Dnfc_napi_common_utils.h30 const static int BUSI_ERR_PERM = 201; // Permission denied. variable
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_foreground_dispatch.cpp417 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PERM, in CheckResultAndThrow()
418 BuildErrorMessage(BUSI_ERR_PERM, funcName, TAG_PERM_DESC, "", ""))); in CheckResultAndThrow()