Home
last modified time | relevance | path

Searched defs:tagDispatcher (Results 1 - 7 of 7) 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
51 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzHandleTagLost() local
58 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzHandleTagDebounce() local
67 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in FuzzOnNotificationButtonClicked() local
/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
/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
H A Dtag_dispatcher_test.cpp85 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(service); in HWTEST_F() local
96 std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>(nullptr); in HWTEST_F() local
/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
/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
85 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(service); in HWTEST_F() local
106 std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(service); in HWTEST_F() local
127 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; in HWTEST_F() local
150 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; in HWTEST_F() local
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/
H A Dnfc_event_handler.cpp240 void NfcEventHandler::Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher, in Intialize() argument

Completed in 22 milliseconds