Searched refs:CheckObjectAndThrow (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_foreground_dispatch.cpp | 439 !CheckObjectAndThrow(env, argv[ARGV_INDEX_0], "elementName", "ElementName") || in RegisterForegroundDispatch() 460 !CheckObjectAndThrow(env, argv[ARGV_INDEX_0], "elementName", "ElementName") || in UnregisterForegroundDispatch() 599 !CheckObjectAndThrow(env, argv[ARGV_INDEX_1], "elementName", "ElementName") || in On() 625 !CheckObjectAndThrow(env, argv[ARGV_INDEX_1], "elementName", "ElementName") || in Off()
|
H A D | nfc_napi_ndef_message.cpp | 167 !CheckObjectAndThrow(env, argv[ARGV_INDEX_0], "ndefMessage", "NdefMessage")) { in MessageToBytes()
|
H A D | nfc_napi_tag.cpp | 397 if (!CheckObjectAndThrow(env, tagInfoJsObj, "tagInfo", "TagInfo")) { in JS_Constructor() 889 !CheckObjectAndThrow(env, argv[0], "want", "Want")) { in GetTagInfo() 898 if (!CheckObjectAndThrow(env, parameters, "", "")) { in GetTagInfo()
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 216 bool CheckObjectAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName,
|
H A D | nfc_napi_common_utils.cpp | 795 bool CheckObjectAndThrow(const napi_env &env, const napi_value ¶m, const std::string &argName, in CheckObjectAndThrow() function
|