Home
last modified time | relevance | path

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

/foundation/communication/nfc/test/fuzztest/services_test/tagdispatcher_test/tagdispatcher/tagdispatcher_fuzzer/
H A Dtagdispatcher_fuzzer.cpp40 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzHandleTagFound() local
43 tagDispatcher->HandleTagFound(timeOutArray[0]); in FuzzHandleTagFound()
51 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzHandleTagLost() local
52 tagDispatcher->HandleTagLost(timeOutArray[0]); in FuzzHandleTagLost()
58 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzHandleTagDebounce() local
59 tagDispatcher->HandleTagDebounce(); in FuzzHandleTagDebounce()
67 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzOnNotificationButtonClicked() local
68 tagDispatcher->OnNotificationButtonClicked(timeOutArray[0]); in FuzzOnNotificationButtonClicked()
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp64 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(service); in HWTEST_F() local
72 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
85 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(service); in HWTEST_F() local
93 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
106 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(service); in HWTEST_F() local
114 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
127 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; in HWTEST_F() local
137 nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfccProxy); in HWTEST_F()
150 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; in HWTEST_F() local
160 nfcEventHandler->Intialize(tagDispatcher, ceServic in HWTEST_F()
173 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
196 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
218 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
240 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
262 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
284 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
307 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
329 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
351 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
374 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
397 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; HWTEST_F() local
[all...]
/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_notification_publisher.cpp116 std::weak_ptr<TAG::TagDispatcher> tagDispatcher = nfcService_.lock()->GetTagDispatcher(); in OnNotificationButtonClicked() local
117 if (tagDispatcher.expired()) { in OnNotificationButtonClicked()
118 ErrorLog("tagDispatcher expired, fail to inform button clicking"); in OnNotificationButtonClicked()
121 tagDispatcher.lock()->OnNotificationButtonClicked(notificationId); in OnNotificationButtonClicked()
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dnfc_service_fuzz.cpp66 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(nullptr); in GetTagDispatcher() local
67 return tagDispatcher; in GetTagDispatcher()
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dnfc_service_tdd.cpp54 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(nullptr); in GetTagDispatcher() local
55 return tagDispatcher; in GetTagDispatcher()
H A Dtag_dispatcher_test.cpp85 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in HWTEST_F() local
86 tagDispatcher->HandleTagFound(g_testTagRfId); in HWTEST_F()
96 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(nullptr); in HWTEST_F() local
97 tagDispatcher->HandleTagFound(g_testTagRfId); in HWTEST_F()
/foundation/communication/nfc/services/include/
H A Dnfc_event_handler.h36 void Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher,
/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp240 void NfcEventHandler::Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher, in Intialize() argument
247 tagDispatcher_ = tagDispatcher; in Intialize()

Completed in 4 milliseconds