Home
last modified time | relevance | path

Searched refs:rtdtype (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H A Dndefmessage_fuzzer.cpp103 NdefMessage::EmRtdType rtdtype = static_cast<NdefMessage::EmRtdType>(data[0] % OHOS::MAX_ENUM_EMRTDTYPE_NUMS); in FuzzGetTagRtdType() local
104 NdefMessage::GetTagRtdType(rtdtype); in FuzzGetTagRtdType()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h147 * @param rtdtype rtd type of a record
150 static std::string GetTagRtdType(EmRtdType rtdtype);
H A Dndef_message.cpp48 std::string NdefMessage::GetTagRtdType(EmRtdType rtdtype) in GetTagRtdType() argument
51 switch (rtdtype) { in GetTagRtdType()
298 ErrorLog("data len.%{public}d index.%{public}d rtdtype len.%{public}d error", in ParseRecordType()

Completed in 3 milliseconds