Home
last modified time | relevance | path

Searched refs:SendHostApduData (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/
H A Dhost_card_emulation_manager_test.cpp138 * @tc.desc: Test HostCardEmulationManagerTest SendHostApduData.
152 bool sendHostApduData = hostCardEmulationManager->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F()
158 * @tc.desc: Test HostCardEmulationManagerTest SendHostApduData.
172 bool sendHostApduData = hostCardEmulationManager->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F()
/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.h64 bool SendHostApduData(std::string hexCmdData, bool raw, std::string& hexRespData,
H A Dce_service.h67 bool SendHostApduData(const std::string &hexCmdData, bool raw, std::string &hexRespData,
H A Dce_service.cpp104 bool CeService::SendHostApduData(const std::string &hexCmdData, bool raw, std::string &hexRespData, in SendHostApduData() function in OHOS::NFC::CeService
111 return hostCardEmulationManager_->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in SendHostApduData()
H A Dhost_card_emulation_manager.cpp328 bool HostCardEmulationManager::SendHostApduData(std::string hexCmdData, bool raw, std::string& hexRespData, in SendHostApduData() function in OHOS::NFC::HostCardEmulationManager
332 ErrorLog("SendHostApduData: nfcService_ is nullptr."); in SendHostApduData()
336 ErrorLog("SendHostApduData: NFC not enabled, do not send."); in SendHostApduData()
340 ErrorLog("SendHostApduData: not the connected app, do not send."); in SendHostApduData()
366 ErrorLog("SendHostApduData: diff app, the call app %{public}s , the connected app %{public}s", in IsCorrespondentService()
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp184 manager->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in FuzzSendHostApduData()
198 manager->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in FuzzSendHostApduData1()
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session.cpp98 bool success = ceService_.lock()->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in SendRawFrameByToken()
/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp73 * @tc.desc: Test CeServiceTest SendHostApduData.
86 bool sendHostApduData = ceService->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F()
92 * @tc.desc: Test CeServiceTest SendHostApduData.
104 bool sendHostApduData = ceService->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in HWTEST_F()

Completed in 6 milliseconds