Home
last modified time | relevance | path

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

/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp731 if (errCode == BUSI_ERR_NOT_SYSTEM_APP) { in BuildOutputErrorCodeHce()
732 return BUSI_ERR_NOT_SYSTEM_APP; in BuildOutputErrorCodeHce()
765 } else if (errCode == BUSI_ERR_NOT_SYSTEM_APP) { in BuildErrorMessage()
893 if (statusCode == BUSI_ERR_NOT_SYSTEM_APP) { in CheckHceStatusCodeAndThrow()
894 napi_throw(env, GenerateBusinessError(env, BUSI_ERR_NOT_SYSTEM_APP, in CheckHceStatusCodeAndThrow()
895 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. member

Completed in 3 milliseconds