Searched defs:SendRawFrame (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_ce_proxy.cpp | 67 bool NciCeProxy::SendRawFrame(std::string &hexCmdData) in SendRawFrame() function in OHOS::NFC::NCI::NciCeProxy
|
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_ce_impl_default.cpp | 46 bool NciCeImplDefault::SendRawFrame(std::string &hexCmdData) in SendRawFrame() function in OHOS::NFC::NCI::NciCeImplDefault
|
H A D | nfcc_nci_adapter.cpp | 828 bool NfccNciAdapter::SendRawFrame(std::string& rawData) in SendRawFrame() function in OHOS::NFC::NCI::NfccNciAdapter
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_service.cpp | 76 int HceService::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::KITS::HceService
|
H A D | hce_session_proxy.cpp | 68 int HceSessionProxy::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::HCE::HceSessionProxy
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session_stub.cpp | 257 int HceSessionStub::SendRawFrame(std::string hexCmdData, bool raw, std::string &hexRespData) in SendRawFrame() function in OHOS::NFC::HCE::HceSessionStub
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | tag_session_proxy.cpp | 165 int TagSessionProxy::SendRawFrame(const int tagRfDiscId, std::string hexCmdData, bool raw, std::str… in SendRawFrame() function in OHOS::NFC::TAG::TagSessionProxy
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session.cpp | 243 int TagSession::SendRawFrame(const int tagRfDiscId, std::string hexCmdData, bool raw, std::string &… in SendRawFrame() function in OHOS::NFC::TAG::TagSession
|