Searched refs:BUSI_ERR_PERM (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/ |
H A D | nfc_napi_ctrl_utils.cpp | 37 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 D | nfc_napi_ctrl_utils.h | 26 const static int BUSI_ERR_PERM = 201; // Permission denied. variable
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 667 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 D | nfc_napi_common_utils.h | 30 const static int BUSI_ERR_PERM = 201; // Permission denied. variable
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_foreground_dispatch.cpp | 417 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PERM, in CheckResultAndThrow() 418 BuildErrorMessage(BUSI_ERR_PERM, funcName, TAG_PERM_DESC, "", ""))); in CheckResultAndThrow()
|