Searched refs:ARGV_NUM_0 (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag_isodep.cpp | 27 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 D | nfc_napi_taga.cpp | 26 std::size_t argc = ARGV_NUM_0; in GetSak() 55 std::size_t argc = ARGV_NUM_0; in GetAtqa()
|
H A D | nfc_napi_tagb.cpp | 26 std::size_t argc = ARGV_NUM_0; in GetRespAppData() 54 std::size_t argc = ARGV_NUM_0; in GetRespProtocol()
|
H A D | nfc_napi_tagf.cpp | 27 std::size_t argc = ARGV_NUM_0; in GetSystemCode() 55 std::size_t argc = ARGV_NUM_0; in GetPmm()
|
H A D | nfc_napi_tagv.cpp | 26 std::size_t argc = ARGV_NUM_0; in GetResponseFlags() 54 std::size_t argc = ARGV_NUM_0; in GetDsfId()
|
H A D | nfc_napi_tag_ndef.cpp | 103 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 D | nfc_napi_tag_mifare_classic.cpp | 38 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 D | nfc_napi_tag_sesstion.cpp | 194 isTypeMatched = IsNumberArray(env, parameters[ARGV_NUM_0]); in MatchSendDataParameters() 396 !CheckArrayNumberAndThrow(env, parameters[ARGV_NUM_0], "data", "number[]")) { in CheckTransmitParametersAndThrow()
|
H A D | nfc_napi_ndef_message.cpp | 25 std::size_t argc = ARGV_NUM_0; in GetNdefRecords()
|
H A D | nfc_napi_tag_mifare_ul.cpp | 206 std::size_t argc = ARGV_NUM_0; in GetType()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.h | 43 ARGV_NUM_0 = 0, enumerator
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.h | 56 ARGV_NUM_0 = 0, enumerator
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.cpp | 173 !CheckArrayNumberAndThrow(env, parameters[ARGV_NUM_0], "data", "number[]")) { in CheckTransmitParametersAndThrow()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | napi_net_policy.cpp | 346 case ARGV_NUM_0: in MatchGetNetQuotaPoliciesInputParam()
|