Home
last modified time | relevance | path

Searched refs:nciNfccProxy (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/
H A Dnci_nfcc_proxy_test.cpp60 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); in HWTEST_F() local
61 bool deinitialize = nciNfccProxy->Deinitialize(); in HWTEST_F()
76 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); in HWTEST_F() local
77 nciNfccProxy->EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in HWTEST_F()
78 int getNciVersion = nciNfccProxy->GetNciVersion(); in HWTEST_F()
89 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); in HWTEST_F() local
90 nciNfccProxy->DisableDiscovery(); in HWTEST_F()
91 int getNciVersion = nciNfccProxy->GetNciVersion(); in HWTEST_F()
103 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); in HWTEST_F() local
104 bool setScreenStatus = nciNfccProxy in HWTEST_F()
115 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); HWTEST_F() local
127 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); HWTEST_F() local
140 std::shared_ptr<NciNfccProxy> nciNfccProxy = std::make_shared<NciNfccProxy>(); HWTEST_F() local
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/
H A Dnfcpollingmanager_fuzzer.cpp42 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzStartPollingLoop() local
45 std::make_shared<NfcPollingManager>(nfcService, nciNfccProxy, nciTagProxy); in FuzzStartPollingLoop()
53 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzEnableForegroundDispatch() local
56 std::make_shared<NfcPollingManager>(nfcService, nciNfccProxy, nciTagProxy); in FuzzEnableForegroundDispatch()
66 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundDispatch() local
69 std::make_shared<NfcPollingManager>(nfcService, nciNfccProxy, nciTagProxy); in FuzzDisableForegroundDispatch()
77 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundByDeathRcpt() local
80 std::make_shared<NfcPollingManager>(nfcService, nciNfccProxy, nciTagProxy); in FuzzDisableForegroundByDeathRcpt()
87 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzIsForegroundEnabled() local
90 std::make_shared<NfcPollingManager>(nfcService, nciNfccProxy, nciTagProx in FuzzIsForegroundEnabled()
97 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; FuzzSendTagToForeground() local
107 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; FuzzIsReaderModeEnabled() local
117 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; FuzzSendTagToReaderApp() local
[all...]
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp67 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() local
72 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
89 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() local
93 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
110 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() local
114 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
129 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() local
132 std::make_shared<NfcPollingManager>(service, nciNfccProxy, nciTagProxy); in HWTEST_F()
137 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
153 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() local
175 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
199 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
221 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
243 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
265 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
287 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
310 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
332 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
354 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
377 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
400 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; HWTEST_F() local
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp232 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzCommitRouting() local
234 std::make_shared<NfcRoutingManager>(eventHandler, nciNfccProxy, nciCeProxy, nfcService); in FuzzCommitRouting()
242 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzHandleCommitRouting() local
246 std::make_shared<NfcRoutingManager>(eventHandler, nciNfccProxy, nciCeProxy, nfcService); in FuzzHandleCommitRouting()
255 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzComputeRoutingParams() local
259 std::make_shared<NfcRoutingManager>(eventHandler, nciNfccProxy, nciCeProxy, nfcService); in FuzzComputeRoutingParams()
268 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzHandleComputeRoutingParams() local
272 std::make_shared<NfcRoutingManager>(eventHandler, nciNfccProxy, nciCeProxy, nfcService); in FuzzHandleComputeRoutingParams()
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp26 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, 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
H A Dnfc_polling_manager.cpp25 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, in NfcPollingManager()
27 : nfcService_(nfcService), nciNfccProxy_(nciNfccProxy), nciTagProxy_(nciTagProxy) in NfcPollingManager()
24 NfcPollingManager(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, std::weak_ptr<NCI::INciTagInterface> nciTagProxy) NfcPollingManager() argument
H A Dnfc_event_handler.cpp244 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy) in Intialize()
251 nciNfccProxy_ = nciNfccProxy; in Intialize()
240 Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher, std::weak_ptr<CeService> ceService, std::weak_ptr<NfcPollingManager> nfcPollingManager, std::weak_ptr<NfcRoutingManager> nfcRoutingManager, std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy) Intialize() argument
/foundation/communication/nfc/test/unittest/services/public_test/
H A Dnfc_public_test.cpp372 std::shared_ptr<NCI::INciNfccInterface> nciNfccProxy = nullptr; in HWTEST_F() local
373 NfcWatchDog nfcWatchDog("Test", 90 * 1000, nciNfccProxy); in HWTEST_F()
388 std::shared_ptr<NCI::INciNfccInterface> nciNfccProxy = nullptr; in HWTEST_F() local
389 NfcWatchDog nfcWatchDog("DoTurnOn", 90 * 1000, nciNfccProxy); in HWTEST_F()
/foundation/communication/nfc/services/include/
H A Dnfc_routing_manager.h27 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy,
H A Dnfc_event_handler.h40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy);
H A Dnfc_polling_manager.h34 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy,

Completed in 6 milliseconds