Home
last modified time | relevance | path

Searched refs:CheckNumberAndThrow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_mifare_classic.cpp75 !CheckNumberAndThrow(env, argv[ARGV_INDEX_0], "sectorIndex", "number")) { in GetBlockCountInSector()
197 !CheckNumberAndThrow(env, argv[ARGV_INDEX_0], "sectorIndex", "number")) { in GetBlockIndex()
231 !CheckNumberAndThrow(env, argv[ARGV_INDEX_0], "sectorIndex", "number")) { in GetSectorIndex()
H A Dnfc_napi_tag_sesstion.cpp335 !CheckNumberAndThrow(env, argv[ARGV_INDEX_0], "timeout", "number")) { in SetTimeout()
H A Dnfc_napi_tag_ndef.cpp593 !CheckNumberAndThrow(env, argv[ARGV_INDEX_0], "type", "number")) { in GetNdefTagTypeString()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h212 bool CheckNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName,
H A Dnfc_napi_common_utils.cpp775 bool CheckNumberAndThrow(const napi_env &env, const napi_value &param, const std::string &argName, in CheckNumberAndThrow() function