Home
last modified time | relevance | path

Searched refs:nciCeProxy (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/nfc/test/unittest/services/ce_service_test/
H A Dce_service_test.cpp61 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 Dnci_ce_proxy_test.cpp62 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 Dhostcardemulationmanager_fuzzer.cpp62 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 Dhost_card_emulation_manager_test.cpp63 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 Dcardemulation_test.cpp114 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 Dnfc_event_handler_test.cpp157 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 Dnfc_routing_manager.cpp27 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 Dnfc_routing_manager.h28 std::weak_ptr<NCI::INciCeInterface> nciCeProxy,
/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.h45 std::weak_ptr<NCI::INciCeInterface> nciCeProxy,
H A Dce_service.h50 explicit CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy);
H A Dhost_card_emulation_manager.cpp44 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 Dce_service.cpp36 CeService::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy) in CeService() argument
37 : nfcService_(nfcService), nciCeProxy_(nciCeProxy) in CeService()

Completed in 9 milliseconds