/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_tag_proxy.cpp | 137 int NciTagProxy::Transceive(uint32_t tagDiscId, const std::string& command, std::string& response) in Transceive() function in OHOS::NFC::NCI::NciTagProxy 140 return nciTagInterface_->Transceive(tagDiscId, command, response); in Transceive()
|
H A D | nci_tag_proxy.h | 89 int Transceive(uint32_t tagDiscId, const std::string& command, std::string& response) override;
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_tag_impl_default.cpp | 91 int NciTagImplDefault::Transceive(uint32_t tagDiscId, const std::string &command, std::string &resp… in Transceive() function in OHOS::NFC::NCI::NciTagImplDefault 95 return tag->Transceive(command, response); in Transceive()
|
H A D | tag_host.cpp | 125 int TagHost::Transceive(const std::string& request, std::string& response) in Transceive() function in OHOS::NFC::NCI::TagHost 130 int status = TagNciAdapterRw::GetInstance().Transceive(request, response); in Transceive() 658 TagNciAdapterRw::GetInstance().Transceive(command, response); in IsUltralightC()
|
H A D | tag_nci_adapter_rw.cpp | 430 int TagNciAdapterRw::Transceive(const std::string& request, std::string& response) in Reselect() function in OHOS::NFC::NCI::TagNciAdapterRw 709 Transceive(hexRequest, response); in Reselect()
|
H A D | tag_nci_adapter.cpp | 624 int TagNciAdapter::Transceive(const std::string& request, std::string& response) in Transceive() function in OHOS::NFC::NCI::TagNciAdapter 1681 Transceive(hexRequest, response); in IsNdefFormattable()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | isodep_card_handler.cpp | 204 nciTagProxy_.lock()->Transceive(rfDiscId, checkCmdApdu, rspApdu); in MatchCity() 261 nciTagProxy_.lock()->Transceive(rfDiscId, getBalanceCmdApdu, rspApdu); in GetBalance()
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | inci_tag_interface.h | 97 … virtual int Transceive(uint32_t tagDiscId, const std::string& command, std::string& response) = 0;
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/ |
H A D | nci_tag_impl_default.h | 35 int Transceive(uint32_t tagDiscId, const std::string &command, std::string &response) override;
|
H A D | tag_nci_adapter_rw.h | 49 int Transceive(const std::string& request, std::string& response);
|
H A D | tag_host.h | 73 int Transceive(const std::string& request, std::string& response);
|
H A D | tag_nci_adapter.h | 73 int Transceive(const std::string& request, std::string& response);
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/ |
H A D | tag_host_test.cpp | 77 tag_->Transceive(req, res);
|
H A D | tag_nci_adapter_test.cpp | 130 EXPECT_TRUE(adapterObj->Transceive(request, response) == NFA_STATUS_BUSY);
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/ |
H A D | nci_tag_proxy_test.cpp | 171 int transceive = nciTagProxy->Transceive(tagDiscId, command, response);
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/ |
H A D | ncitagproxy_fuzz.cpp | 116 nciTagProxy->Transceive(tagDiscId[0], command, response); in FuzzTransceive()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 263 int result = nciTagProxy_.lock()->Transceive(tagRfDiscId, hexCmdData, hexRespData); in SendRawFrame()
|