Searched refs:SendHostApduData (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/ |
H A D | host_card_emulation_manager_test.cpp | 138 * @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 D | host_card_emulation_manager.h | 64 bool SendHostApduData(std::string hexCmdData, bool raw, std::string& hexRespData,
|
H A D | ce_service.h | 67 bool SendHostApduData(const std::string &hexCmdData, bool raw, std::string &hexRespData,
|
H A D | ce_service.cpp | 104 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 D | host_card_emulation_manager.cpp | 328 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 D | hostcardemulationmanager_fuzzer.cpp | 184 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 D | hce_session.cpp | 98 bool success = ceService_.lock()->SendHostApduData(hexCmdData, raw, hexRespData, callerToken); in SendRawFrameByToken()
|
/foundation/communication/nfc/test/unittest/services/ce_service_test/ |
H A D | ce_service_test.cpp | 73 * @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 7 milliseconds