Home
last modified time | relevance | path

Searched refs:ARGV_NUM_0 (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_isodep.cpp27 std::size_t argc = ARGV_NUM_0; in GetHistoricalBytes()
55 std::size_t argc = ARGV_NUM_0; in GetHiLayerResponse()
150 napi_create_reference(env, params[ARGV_NUM_0], DEFAULT_REF_COUNT, &context->callbackRef); in IsExtendedApduSupported()
H A Dnfc_napi_taga.cpp26 std::size_t argc = ARGV_NUM_0; in GetSak()
55 std::size_t argc = ARGV_NUM_0; in GetAtqa()
H A Dnfc_napi_tagb.cpp26 std::size_t argc = ARGV_NUM_0; in GetRespAppData()
54 std::size_t argc = ARGV_NUM_0; in GetRespProtocol()
H A Dnfc_napi_tagf.cpp27 std::size_t argc = ARGV_NUM_0; in GetSystemCode()
55 std::size_t argc = ARGV_NUM_0; in GetPmm()
H A Dnfc_napi_tagv.cpp26 std::size_t argc = ARGV_NUM_0; in GetResponseFlags()
54 std::size_t argc = ARGV_NUM_0; in GetDsfId()
H A Dnfc_napi_tag_ndef.cpp103 size_t argc = ARGV_NUM_0; in NdefMessage_Constructor()
188 size_t argc = ARGV_NUM_0; in GetNdefTagType()
217 size_t argc = ARGV_NUM_0; in GetNdefMessage()
271 size_t argc = ARGV_NUM_0; in IsNdefWritable()
484 size_t argc = ARGV_NUM_0; in CanSetReadOnly()
H A Dnfc_napi_tag_mifare_classic.cpp38 std::size_t argc = ARGV_NUM_0; in GetSectorCount()
102 std::size_t argc = ARGV_NUM_0; in GetType()
131 std::size_t argc = ARGV_NUM_0; in GetTagSize()
160 std::size_t argc = ARGV_NUM_0; in IsEmulatedTag()
H A Dnfc_napi_tag_sesstion.cpp194 isTypeMatched = IsNumberArray(env, parameters[ARGV_NUM_0]); in MatchSendDataParameters()
396 !CheckArrayNumberAndThrow(env, parameters[ARGV_NUM_0], "data", "number[]")) { in CheckTransmitParametersAndThrow()
H A Dnfc_napi_ndef_message.cpp25 std::size_t argc = ARGV_NUM_0; in GetNdefRecords()
H A Dnfc_napi_tag_mifare_ul.cpp206 std::size_t argc = ARGV_NUM_0; in GetType()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.h43 ARGV_NUM_0 = 0, enumerator
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h56 ARGV_NUM_0 = 0, enumerator
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp173 !CheckArrayNumberAndThrow(env, parameters[ARGV_NUM_0], "data", "number[]")) { in CheckTransmitParametersAndThrow()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
H A Dnapi_net_policy.cpp346 case ARGV_NUM_0: in MatchGetNetQuotaPoliciesInputParam()