Searched refs:CheckTnf (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/ |
H A D | ndeftag_fuzzer.cpp | 53 …bool CheckTnf(short tnf, const std::string& tagRtdType, const std::string& id, const std::string& … in CheckTnf() function 85 bool isValidTnf = OHOS::CheckTnf(tnf, tagRtdType, id, payload); in CreateNdefRecord()
|
/ohos5.0/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& … in CheckTnf() function 69 bool isValidTnf = OHOS::CheckTnf(tnf, tagRtdType, id, payload); in CreateNdefRecord()
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.h | 207 static bool CheckTnf(short tnf, const std::string& tagRtdType,
|
H A D | ndef_message.cpp | 372 bool isValidTnf = CheckTnf(tnf, tagRtdType, id, payload); in CreateNdefRecord() 385 bool NdefMessage::CheckTnf(short tnf, const std::string& tagRtdType, const std::string& id, const s… in CheckTnf() function in OHOS::NFC::KITS::NdefMessage
|