Searched refs:BUSI_ERR_PERM (Results 1 - 5 of 5) sorted by relevance
/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. member
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 711 if (errCode == BUSI_ERR_PERM) { in BuildOutputErrorCode() 712 return BUSI_ERR_PERM; in BuildOutputErrorCode() 725 if (errCode == BUSI_ERR_PERM) { in BuildOutputErrorCodeHce() 726 return BUSI_ERR_PERM; in BuildOutputErrorCodeHce() 741 if (errCode == BUSI_ERR_PERM) { in BuildErrorMessage() 872 if (statusCode == BUSI_ERR_PERM) { in CheckTagStatusCodeAndThrow() 873 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_PERM, in CheckTagStatusCodeAndThrow() 874 BuildErrorMessage(BUSI_ERR_PERM, funcName, TAG_PERM_DESC, "", ""))); in CheckTagStatusCodeAndThrow() 898 if (statusCode == BUSI_ERR_PERM) { in CheckHceStatusCodeAndThrow() 900 env, BUSI_ERR_PERM, BuildErrorMessag in CheckHceStatusCodeAndThrow() [all...] |
H A D | nfc_napi_common_utils.h | 30 const static int BUSI_ERR_PERM = 201; // Permission denied. member
|
/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()
|
Completed in 4 milliseconds