Home
last modified time | relevance | path

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

/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. member
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp711 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 Dnfc_napi_common_utils.h30 const static int BUSI_ERR_PERM = 201; // Permission denied. member
/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()

Completed in 4 milliseconds