Searched refs:CheckUnwrapStatusAndThrow (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag_ndef_formatable.cpp | 96 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in Format() 106 if (!CheckUnwrapStatusAndThrow(env, status2, BUSI_ERR_TAG_STATE_INVALID)) { in Format() 157 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in FormatReadOnly() 167 if (!CheckUnwrapStatusAndThrow(env, status2, BUSI_ERR_TAG_STATE_INVALID)) { in FormatReadOnly()
|
H A D | nfc_napi_tag_mifare_classic.cpp | 82 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetBlockCountInSector() 204 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetBlockIndex() 238 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in GetSectorIndex() 317 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in AuthenticateSector() 404 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in ReadSingleBlock() 487 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in WriteSingleBlock() 571 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in IncrementBlock() 652 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in DecrementBlock() 712 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in TransferToBlock() 772 if (!CheckUnwrapStatusAndThrow(en in RestoreFromBlock() [all...] |
H A D | nfc_napi_tag_ndef.cpp | 367 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in ReadNdef() 443 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in WriteNdef() 455 if (!CheckUnwrapStatusAndThrow(env, status2, BUSI_ERR_TAG_STATE_INVALID)) { in WriteNdef() 480 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID)) { in CanSetReadOnly() 552 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in SetReadOnly() 588 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID)) { in GetNdefTagTypeString()
|
H A D | nfc_napi_tag_mifare_ul.cpp | 96 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in ReadMultiplePages() 179 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in WriteSinglePage()
|
H A D | nfc_napi_tag_isodep.cpp | 141 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in IsExtendedApduSupported()
|
H A D | nfc_napi_ndef_message.cpp | 174 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_PARAM)) { in MessageToBytes()
|
H A D | nfc_napi_tag_sesstion.cpp | 436 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID) || in Transmit()
|
H A D | nfc_napi_tag.cpp | 423 if (!CheckUnwrapStatusAndThrow(env, status, BUSI_ERR_TAG_STATE_INVALID)) {
in JS_Constructor()
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 206 bool CheckUnwrapStatusAndThrow(const napi_env &env, napi_status status, int errCode);
|
H A D | nfc_napi_common_utils.cpp | 783 bool CheckUnwrapStatusAndThrow(const napi_env &env, napi_status status, int errCode) in CheckUnwrapStatusAndThrow() function
|
Completed in 14 milliseconds