Searched refs:SendRawFrameByToken (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_session.h | 47 int SendRawFrameByToken(std::string hexCmdData, bool raw, std::string &hexRespData,
|
H A D | hce_session_stub.h | 49 virtual int SendRawFrameByToken(std::string hexCmdData, bool raw, std::string& hexRespData,
|
H A D | hce_session.cpp | 91 int HceSession::SendRawFrameByToken(std::string hexCmdData, bool raw, std::string &hexRespData, in SendRawFrameByToken() function in OHOS::NFC::HCE::HceSession
|
H A D | hce_session_stub.cpp | 259 return SendRawFrameByToken(hexCmdData, raw, hexRespData, IPCSkeleton::GetCallingTokenID()); in SendRawFrame()
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 99 int sendRawFrame = hceSession->SendRawFrameByToken(hexCmdData, raw, hexRespData, callerToken); 117 int sendRawFrame = hceSession->SendRawFrameByToken(hexCmdData, raw, hexRespData, callerToken);
|