Home
last modified time | relevance | path

Searched defs:tnf (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/
H A Dndeftag_fuzzer.cpp52 bool CheckTnf(short tnf, const std::string& tagRtdType, const std::string& id, const std::string& payload) in CheckTnf() argument
79 std::shared_ptr<NdefRecord> CreateNdefRecord(short tnf, in CreateNdefRecord() argument
164 short tnf = static_cast<short>(data[0] % OHOS::MAX_TNF_NUMS); in FuzzReadNdef() local
188 short tnf = static_cast<short>(data[0] % OHOS::MAX_TNF_NUMS); in FuzzWriteNdef() local
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h40 short tnf; // type name format member
H A Dndef_message.cpp188 uint32_t tnf = record.lock()->tnf_; in NdefRecordToString() local
369 CreateNdefRecord(short tnf, const std::string& id, const std::string& payload, const std::string& tagRtdType) CreateNdefRecord() argument
385 CheckTnf(short tnf, const std::string& tagRtdType, const std::string& id, const std::string& payload) CheckTnf() argument
[all...]
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H A Dndefmessage_fuzzer.cpp37 bool CheckTnf(short tnf, const std::string& tagRtdType, const std::string& id, const std::string& payload) in CheckTnf() argument
64 std::shared_ptr<NdefRecord> CreateNdefRecord(short tnf, in CreateNdefRecord() argument
86 short tnf = static_cast<short>(data[0] % OHOS::MAX_TNF_NUMS); in FuzzGetNdefMessageByNdefRecord() local
151 short tnf = static_cast<short>(data[0] % OHOS::MAX_TNF_NUMS); in FuzzMessageToString() local
171 short tnf in FuzzNdefRecordToString() local
191 short tnf = static_cast<short>(data[0] % OHOS::MAX_TNF_NUMS); FuzzGetNdefRecords() local
[all...]
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp439 napi_value tnf; in ConvertAirTouchNdefRecordToJS() local
486 napi_value tnf; in ConvertNdefRecordToJS() local

Completed in 5 milliseconds