Searched defs:tnf (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/ |
H A D | ndeftag_fuzzer.cpp | 52 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 D | ndef_message.h | 40 short tnf; // type name format
member
|
H A D | ndef_message.cpp | 188 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 D | ndefmessage_fuzzer.cpp | 37 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 D | nfc_napi_common_utils.cpp | 439 napi_value tnf; in ConvertAirTouchNdefRecordToJS() local 486 napi_value tnf; in ConvertNdefRecordToJS() local
|
Completed in 5 milliseconds