/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | iso15693_tag.cpp | 59 std::string tagUid = GetTagUid(); in ReadSingleBlock() local 77 std::string tagUid = GetTagUid(); in WriteSingleBlock() local 97 std::string tagUid = GetTagUid(); in LockSingleBlock() local 116 std::string tagUid = GetTagUid(); in ReadMultipleBlock() local 136 std::string tagUid = GetTagUid(); in WriteMultipleBlock() local
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | tag_info_test.cpp | 65 std::string tagUid = TEST_UID; in SetUp() local 335 std::string tagUid = TEST_UID; variable 357 std::string tagUid = TEST_UID; variable 378 std::string tagUid = TEST_UID; variable 399 std::string tagUid = TEST_UID; variable 419 std::string tagUid = TEST_UID; variable 440 std::string tagUid = TEST_UID; variable
|
H A D | mifare_ultralight_tag_test.cpp | 72 std::string tagUid = TEST_UID; in SetUp() local 168 std::string tagUid = ""; variable 192 std::string tagUid = TEST_MANUFACTURER_UID; variable 217 std::string tagUid = TEST_MANUFACTURER_UID; variable 242 std::string tagUid = TEST_MANUFACTURER_UID; variable
|
H A D | mifare_classic_tag_test.cpp | 80 std::string tagUid = TEST_UID; in SetUp() local 433 std::string tagUid = TEST_UID; variable 460 std::string tagUid = TEST_UID; variable 487 std::string tagUid = TEST_UID; variable 514 std::string tagUid = TEST_UID; variable 541 std::string tagUid = TEST_UID; variable 568 std::string tagUid = TEST_UID; variable 595 std::string tagUid = TEST_UID; variable 620 std::string tagUid = TEST_UID; variable
|
H A D | taginfo_parcelable_test.cpp | 63 std::string tagUid = TEST_UID; in SetUp() local 97 std::string tagUid = TEST_UID; variable
|
H A D | nfcf_tag_test.cpp | 71 std::string tagUid = TEST_UID; in SetUp() local 166 std::string tagUid = TEST_UID; variable
|
H A D | iso15693_tag_test.cpp | 72 std::string tagUid = TEST_UID; in SetUp() local 227 std::string tagUid = TEST_UID; variable
|
H A D | ndef_har_dispatch_test.cpp | 82 std::string tagUid = "5B7FCFA9"; variable
|
H A D | nfca_tag_test.cpp | 72 std::string tagUid = TEST_UID; in SetUp() local
|
H A D | nfcb_tag_test.cpp | 72 std::string tagUid = TEST_UID; in SetUp() local
|
H A D | ndef_formatable_tag_test.cpp | 71 std::string tagUid = TEST_UID; in SetUp() local
|
H A D | isodep_tag_test.cpp | 75 std::string tagUid = TEST_UID; in SetUp() local
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | ndef_msg_callback_stub.cpp | 35 bool NdefMsgCallbackStub::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, i… in OnNdefMsgDiscovered() 90 std::string tagUid = data.ReadString(); in RemoteNdefMsgDiscovered() local
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | tag_dispatcher.cpp | 77 std::string tagUid = nciTagProxy_.lock()->GetTagUid(tagDiscId); in HandleNdefDispatch() local 215 std::string tagUid = nciTagProxy_.lock()->GetTagUid(tagDiscId); in GetTagInfoFromTag() local 227 std::string tagUid = nciTagProxy_.lock()->GetTagUid(tagDiscId); in GetTagInfoParcelableFromTag() local
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | taginfo_parcelable.cpp | 27 std::string& tagUid, in TagInfoParcelable() 75 std::string tagUid; in Unmarshalling() local
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/controller/ |
H A D | ndef_msg_callback_proxy.cpp | 27 bool NdefMsgCallbackProxy::OnNdefMsgDiscovered(const std::string &tagUid, const std::string &ndef, … in OnNdefMsgDiscovered()
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/getboolextrasdata_fuzzer/ |
H A D | getboolextrasdata_fuzzer.cpp | 39 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/getintextrasdata_fuzzer/ |
H A D | getintextrasdata_fuzzer.cpp | 39 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/getstringextrasdata_fuzzer/ |
H A D | getstringextrasdata_fuzzer.cpp | 39 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/gettechextrasbyindex_fuzzer/ |
H A D | gettechextrasbyindex_fuzzer.cpp | 40 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/gettechextrasbytech_fuzzer/ |
H A D | gettechextrasbytech_fuzzer.cpp | 51 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/istechsupported_fuzzer/ |
H A D | istechsupported_fuzzer.cpp | 51 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/setconnectedtagtech_fuzzer/ |
H A D | setconnectedtagtech_fuzzer.cpp | 51 std::string tagUid = FUZZER_TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/isodeptag/isodeptag_fuzzer/ |
H A D | isodeptag_fuzzer.cpp | 55 std::string tagUid = TEST_UID; in FuzzGetTagInfo() local
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/ |
H A D | tag_host_test.cpp | 29 std::string tagUid = "5B7FCFA9"; variable
|