Searched defs:ndefRecord (Results 1 - 6 of 6) sorted by relevance
/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/ |
H A D | ndeftag_fuzzer.cpp | 88 std::shared_ptr<NdefRecord> ndefRecord = std::make_shared<NdefRecord>(); in CreateNdefRecord() local 173 std::shared_ptr<NdefRecord> ndefRecord = CreateNdefRecord(tnf, id, payload, tagRtdType); in FuzzReadNdef() local 197 std::shared_ptr<NdefRecord> ndefRecord = CreateNdefRecord(tnf, id, payload, tagRtdType); in FuzzWriteNdef() local [all...] |
/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_ndef_message.cpp | 44 static bool CheckNdefRecordAndThrow(const napi_env &env, std::shared_ptr<NdefRecord> ndefRecord) in CheckNdefRecordAndThrow() argument 68 std::shared_ptr<NdefRecord> ndefRecord = NdefMessage::MakeUriRecord(uri); in MakeUriRecord() local 92 std::shared_ptr<NdefRecord> ndefRecord = NdefMessage::MakeTextRecord(text, locale); in MakeTextRecord() local 120 std::shared_ptr<NdefRecord> ndefRecord in MakeMimeRecord() local 150 std::shared_ptr<NdefRecord> ndefRecord = NdefMessage::MakeExternalRecord(domainName, type, externalData); MakeExternalRecord() local [all...] |
H A D | nfc_napi_tag_ndef.cpp | 58 std::shared_ptr<NdefRecord> ndefRecord = std::make_shared<NdefRecord>(); in ParseNdefParam() local 86 std::shared_ptr<NdefRecord> ndefRecord = std::make_shared<NdefRecord>(); in ParseNdefRecords() local [all...] |
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/ |
H A D | ndefmessage_fuzzer.cpp | 73 std::shared_ptr<NdefRecord> ndefRecord = std::make_shared<NdefRecord>(); in CreateNdefRecord() local 95 std::shared_ptr<NdefRecord> ndefRecord = CreateNdefRecord(tnf, id, payload, tagRtdType); in FuzzGetNdefMessageByNdefRecord() local 160 std::shared_ptr<NdefRecord> ndefRecord = CreateNdefRecord(tnf, id, payload, tagRtdType); in FuzzMessageToString() local 179 std::shared_ptr<NdefRecord> ndefRecord = CreateNdefRecord(tnf, id, payload, tagRtdType); FuzzNdefRecordToString() local 200 std::shared_ptr<NdefRecord> ndefRecord = CreateNdefRecord(tnf, id, payload, tagRtdType); FuzzGetNdefRecords() local [all...] |
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.cpp | 377 std::shared_ptr<NdefRecord> ndefRecord = std::make_shared<NdefRecord>();
in CreateNdefRecord() local
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 431 void ConvertAirTouchNdefRecordToJS(napi_env env, napi_value &result, std::shared_ptr<NdefRecord> &ndefRecord) in ConvertAirTouchNdefRecordToJS() argument 478 ConvertNdefRecordToJS(napi_env env, napi_value &result, std::shared_ptr<NdefRecord> &ndefRecord) ConvertNdefRecordToJS() argument [all...] |
Completed in 6 milliseconds