Home
last modified time | relevance | path

Searched refs:CheckTnf (Results 1 - 4 of 4) 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() function
84 bool isValidTnf = OHOS::CheckTnf(tnf, tagRtdType, id, payload); in CreateNdefRecord()
/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() function
69 bool isValidTnf = OHOS::CheckTnf(tnf, tagRtdType, id, payload); in CreateNdefRecord()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h207 static bool CheckTnf(short tnf, const std::string& tagRtdType,
H A Dndef_message.cpp372 bool isValidTnf = CheckTnf(tnf, tagRtdType, id, payload); in CreateNdefRecord()
385 bool NdefMessage::CheckTnf(short tnf, const std::string& tagRtdType, const std::string& id, const std::string& payload) in CheckTnf() function in OHOS::NFC::KITS::NdefMessage
390 ErrorLog("CheckTnf, TNF_EMPTY error."); in CheckTnf()

Completed in 4 milliseconds