Home
last modified time | relevance | path

Searched refs:sendRawFrame (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp101 bool sendRawFrame = nciCeProxy->SendRawFrame(hexCmdData); in HWTEST_F() local
102 ASSERT_TRUE(sendRawFrame == false); in HWTEST_F()
/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp99 int sendRawFrame = hceSession->SendRawFrameByToken(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F() local
100 ASSERT_TRUE(sendRawFrame == NFC::KITS::ErrorCode::ERR_HCE_PARAMETERS); in HWTEST_F()
117 int sendRawFrame = hceSession->SendRawFrameByToken(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F() local
118 ASSERT_TRUE(sendRawFrame == NFC::KITS::ErrorCode::ERR_HCE_STATE_IO_FAILED); in HWTEST_F()

Completed in 2 milliseconds