Home
last modified time | relevance | path

Searched refs:SendRawFrame (Results 1 - 25 of 28) sorted by relevance

12

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.cpp67 bool NciCeProxy::SendRawFrame(std::string &hexCmdData) in SendRawFrame() function in OHOS::NFC::NCI::NciCeProxy
70 return nciCeInterface_->SendRawFrame(hexCmdData); in SendRawFrame()
H A Dnci_ce_proxy.h50 bool SendRawFrame(std::string &hexCmdData) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_ce_impl_default.cpp46 bool NciCeImplDefault::SendRawFrame(std::string &hexCmdData) in SendRawFrame() function in OHOS::NFC::NCI::NciCeImplDefault
48 return NfccNciAdapter::GetInstance().SendRawFrame(hexCmdData); in SendRawFrame()
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp76 int HceService::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::KITS::HceService
78 DebugLog("HceService::SendRawFrame"); in SendRawFrame()
81 ErrorLog("HceService::SendRawFrame, ERR_HCE_STATE_UNBIND"); in SendRawFrame()
84 return hceSession->SendRawFrame(hexCmdData, raw, hexRespData); in SendRawFrame()
H A Dhce_service.h39 int SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData);
H A Dhce_session_proxy.h41 int SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) override;
H A Dhce_session_proxy.cpp68 int HceSessionProxy::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::HCE::HceSessionProxy
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_ce_impl_default.h30 bool SendRawFrame(std::string &hexCmdData) override;
H A Dnfcc_nci_adapter.h86 bool SendRawFrame(std::string& rawData);
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_ce_interface.h82 virtual bool SendRawFrame(std::string &hexCmdData) = 0;
H A Dihce_session.h50 virtual int SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) = 0;
H A Ditag_session.h105 virtual int SendRawFrame(const int tagRfDiscId, std::string hexCmdData, bool raw, std::string &hexRespData) = 0;
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.h45 int SendRawFrame(const int tagRfDiscId, std::string hexCmdData, bool raw, std::string &hexRespData) override;
H A Dbasic_tag_session.cpp141 return tagSession->SendRawFrame(GetTagRfDiscId(), hexCmdData, raw, hexRespData); in SendCommand()
H A Dtag_session_proxy.cpp165 int TagSessionProxy::SendRawFrame(const int tagRfDiscId, std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::TAG::TagSessionProxy
181 InfoLog("TagSessionProxy::SendRawFrame, statusCode=0x%{public}X", statusCode); in SendRawFrame()
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dnfcc_nci_adapter_test.cpp68 adapterObj.SendRawFrame(rawData); in HWTEST_F()
/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.cpp194 nciCeProxy_.lock()->SendRawFrame(unknowError); in HandleDataOnW4Select()
344 return nciCeProxy_.lock()->SendRawFrame(hexCmdData); in SendHostApduData()
425 nciCeProxy_.lock()->SendRawFrame(aidNotFound); in DispatchAbilitySingleApp()
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.h72 int SendRawFrame(std::string hexCmdData, bool raw, std::string& hexRespData) override;
H A Dhce_session_stub.cpp114 int statusCode = SendRawFrame(hexCmdData, raw, hexRespData); in HandleSendRawFrame()
257 int HceSessionStub::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::HCE::HceSessionStub
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp94 * @tc.desc: Test NciCeProxyTest SendRawFrame.
101 bool sendRawFrame = nciCeProxy->SendRawFrame(hexCmdData); in HWTEST_F()
/foundation/communication/nfc/test/fuzztest/services_test/cardemulation_test/hceservice/hceservice_fuzzer/
H A Dhceservice_fuzzer.cpp85 HceService::GetInstance().SendRawFrame(hexCmdData, raw, hexRespData); in FuzzSendRawFrame()
/foundation/communication/nfc/test/unittest/services/hce_service_test/
H A Dhce_service_test.cpp94 int ret = HceService::GetInstance().SendRawFrame(hexCmdData, true, hexRespData); in HWTEST_F()
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.h141 int SendRawFrame(const int tagRfDiscId, std::string hexCmdData, bool raw, std::string &hexRespData) override;
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp456 * @tc.desc: Test TagSession SendRawFrame.
467 int result = tagSession->SendRawFrame(tagRfDiscId, hexCmdData, raw, hexRespData); in HWTEST_F()
472 * @tc.desc: Test TagSession SendRawFrame.
484 int result = tagSession->SendRawFrame(tagRfDiscId, hexCmdData, raw, hexRespData); in HWTEST_F()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp401 context->errorCode = hceService.SendRawFrame(context->dataBytes, true, hexRespData); in NativeTransmit()

Completed in 11 milliseconds

12