Home
last modified time | relevance | path

Searched refs:ERR_NFC_BASE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/controller/
H A Dnfc_napi_ctrl_utils.cpp77 } else if (statusCode >= ErrorCode::ERR_NFC_BASE && statusCode < ErrorCode::ERR_TAG_BASE) { in CheckNfcStatusCodeAndThrow()
/ohos5.0/foundation/communication/nfc/test/unittest/services/cardemulation_test/
H A Dcardemulation_test.cpp102 isSupport = cardemulation.IsSupported(static_cast<FeatureType>(ErrorCode::ERR_NFC_BASE));
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h36 ERR_NFC_BASE = 3100100, enumerator