Home
last modified time | relevance | path

Searched defs:tagDispatcher (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/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>… in FuzzHandleTagFound() local
51 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzHandleTagLost() local
58 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzHandleTagDebounce() local
67 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… in FuzzOnNotificationButtonClicked() local
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp127 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
150 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
173 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
196 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
218 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
240 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
262 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
284 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
307 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
329 std::weak_ptr<TAG::TagDispatcher> tagDispatcher; variable
[all …]
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_dispatcher_test.cpp85 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… variable
96 …std::shared_ptr<NFC::TAG::TagDispatcher> tagDispatcher = std::make_shared<NFC::TAG::TagDispatcher>… variable
H A Dnfc_service_tdd.cpp54 … std::shared_ptr<TAG::TagDispatcher> tagDispatcher = std::make_shared<TAG::TagDispatcher>(nullptr); in GetTagDispatcher() local
/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp240 void NfcEventHandler::Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher, in Intialize()