Home
last modified time | relevance | path

Searched refs:BUSI_ERR_NOT_SYSTEM_APP (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp687 if (errCode == BUSI_ERR_NOT_SYSTEM_APP) { in BuildOutputErrorCodeHce()
688 return BUSI_ERR_NOT_SYSTEM_APP; in BuildOutputErrorCodeHce()
721 } else if (errCode == BUSI_ERR_NOT_SYSTEM_APP) { in BuildErrorMessage()
849 if (statusCode == BUSI_ERR_NOT_SYSTEM_APP) { in CheckHceStatusCodeAndThrow()
850 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_NOT_SYSTEM_APP, in CheckHceStatusCodeAndThrow()
851 … BuildErrorMessage(BUSI_ERR_NOT_SYSTEM_APP, funcName, "", "", ""))); in CheckHceStatusCodeAndThrow()
H A Dnfc_napi_common_utils.h31 const static int BUSI_ERR_NOT_SYSTEM_APP = 202; // not system app. variable