/foundation/communication/nfc/test/unittest/services/ce_service_test/ |
H A D | ce_service_test.cpp | 61 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 62 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 79 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 80 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 98 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 99 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 130 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 149 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 150 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in HWTEST_F() 189 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 207 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 225 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 243 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 261 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 281 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 301 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 320 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 339 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 358 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 378 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 397 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 416 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 434 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 453 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 471 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 491 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 511 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 528 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 544 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 559 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 576 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 592 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 608 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 624 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 640 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 656 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 670 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local [all...] |
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/ |
H A D | nci_ce_proxy_test.cpp | 62 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); in HWTEST_F() local 63 nciCeProxy->SetCeHostListener(listener); in HWTEST_F() 64 bool computeRoutingParams = nciCeProxy->ComputeRoutingParams(static_cast<int>(KITS::DefaultPaymentType::TYPE_ESE)); in HWTEST_F() 75 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); in HWTEST_F() local 76 bool computeRoutingParams = nciCeProxy->ComputeRoutingParams(static_cast<int>(KITS::DefaultPaymentType::TYPE_ESE)); in HWTEST_F() 87 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); in HWTEST_F() local 88 bool commitRouting = nciCeProxy->CommitRouting(); in HWTEST_F() 100 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); in HWTEST_F() local 101 bool sendRawFrame = nciCeProxy->SendRawFrame(hexCmdData); in HWTEST_F() 116 std::shared_ptr<NciCeProxy> nciCeProxy in HWTEST_F() local 128 std::shared_ptr<NciCeProxy> nciCeProxy = std::make_shared<NciCeProxy>(); HWTEST_F() local [all...] |
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
H A D | hostcardemulationmanager_fuzzer.cpp | 62 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA() local 65 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnHostCardEmulationDataNfcA() 76 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA1() local 77 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in FuzzOnHostCardEmulationDataNfcA1() 79 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnHostCardEmulationDataNfcA1() 90 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NciNativeSelector::GetInstance().GetNciCeInterface(); in FuzzOnHostCardEmulationDataNfcA2() local 91 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy); in FuzzOnHostCardEmulationDataNfcA2() 93 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnHostCardEmulationDataNfcA2() 105 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationActivated() local 108 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceServic in FuzzOnCardEmulationActivated() 115 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzOnCardEmulationDeactivated() local 125 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzRegHceCmdCallback() local 139 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzRegHceCmdCallback1() local 153 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzUnRegHceCmdCallback() local 165 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzUnRegAllCallback() local 176 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzSendHostApduData() local 190 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzSendHostApduData1() local 204 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzHandleQueueData() local 231 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; FuzzCommitRouting() local 244 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NciNativeSelector::GetInstance().GetNciCeInterface(); FuzzHandleCommitRouting() local 257 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NciNativeSelector::GetInstance().GetNciCeInterface(); FuzzComputeRoutingParams() local 270 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NciNativeSelector::GetInstance().GetNciCeInterface(); FuzzHandleComputeRoutingParams() local [all...] |
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/ |
H A D | host_card_emulation_manager_test.cpp | 63 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 68 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 83 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 89 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 104 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 109 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 124 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 129 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 144 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() local 150 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceServic in HWTEST_F() 164 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 184 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local 199 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; HWTEST_F() local [all...] |
/foundation/communication/nfc/test/unittest/services/cardemulation_test/ |
H A D | cardemulation_test.cpp | 114 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr;
in HWTEST_F() local 115 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy);
in HWTEST_F() 130 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr;
in HWTEST_F() local 131 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(nfcService, nciCeProxy);
in HWTEST_F()
|
/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_event_handler_test.cpp | 157 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in HWTEST_F() local 159 std::make_shared<NfcRoutingManager>(nfcEventHandler, nciNfccProxy, nciCeProxy, service); in HWTEST_F() 180 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F() local 182 std::make_shared<NfcRoutingManager>(nfcEventHandler, nciNfccProxy, nciCeProxy, service); in HWTEST_F() 203 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F() local 204 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); in HWTEST_F() 225 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F() local 226 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); in HWTEST_F() 247 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F() local 248 std::shared_ptr<CeService> ceService = std::make_shared<CeService>(service, nciCeProxy); in HWTEST_F() 269 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local 291 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local 314 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local 336 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local 359 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local 382 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local 404 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); HWTEST_F() local [all...] |
/foundation/communication/nfc/services/src/ |
H A D | nfc_routing_manager.cpp | 27 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in NfcRoutingManager() 29 : eventHandler_(eventHandler), nciNfccProxy_(nciNfccProxy), nciCeProxy_(nciCeProxy), nfcService_(nfcService) in NfcRoutingManager() 25 NfcRoutingManager(std::shared_ptr<NfcEventHandler> eventHandler, std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, std::weak_ptr<NCI::INciCeInterface> nciCeProxy, std::weak_ptr<NfcService> nfcService) NfcRoutingManager() argument
|
/foundation/communication/nfc/services/include/ |
H A D | nfc_routing_manager.h | 28 std::weak_ptr<NCI::INciCeInterface> nciCeProxy,
|
/foundation/communication/nfc/services/src/card_emulation/ |
H A D | host_card_emulation_manager.h | 45 std::weak_ptr<NCI::INciCeInterface> nciCeProxy,
|
H A D | ce_service.h | 50 explicit CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy);
|
H A D | host_card_emulation_manager.cpp | 44 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in HostCardEmulationManager() 46 : nfcService_(nfcService), nciCeProxy_(nciCeProxy), ceService_(ceService) in HostCardEmulationManager() 43 HostCardEmulationManager(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy, std::weak_ptr<CeService> ceService) HostCardEmulationManager() argument
|
H A D | ce_service.cpp | 36 CeService::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy) in CeService() argument 37 : nfcService_(nfcService), nciCeProxy_(nciCeProxy) in CeService()
|