Searched refs:SendRawFrameByToken (Results 1 - 5 of 5) sorted by relevance
/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()
|
/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 88 * @tc.desc: Test HceSessionTest SendRawFrameByToken. 99 int sendRawFrame = hceSession->SendRawFrameByToken(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F() 105 * @tc.desc: Test HceSessionTest SendRawFrameByToken. 117 int sendRawFrame = hceSession->SendRawFrameByToken(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F()
|
Completed in 3 milliseconds