Home
last modified time | relevance | path

Searched refs:GetTagDispatcher (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dnfc_service_fuzz.h24 std::weak_ptr<TAG::TagDispatcher> GetTagDispatcher() override;
H A Dnfc_service_fuzz.cpp64 std::weak_ptr<TAG::TagDispatcher> NfcServiceFuzz::GetTagDispatcher() in GetTagDispatcher() function in OHOS::NFC::NfcServiceFuzz
/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dnfc_service_tdd.h23 std::weak_ptr<TAG::TagDispatcher> GetTagDispatcher() override;
H A Dnfc_service_tdd.cpp52 std::weak_ptr<TAG::TagDispatcher> NfcServiceImpl::GetTagDispatcher() in GetTagDispatcher() function in OHOS::NFC::NfcServiceImpl
/ohos5.0/foundation/communication/nfc/services/include/
H A Dinfc_service.h114 virtual std::weak_ptr<TAG::TagDispatcher> GetTagDispatcher() = 0;
H A Dnfc_service.h76 std::weak_ptr<TAG::TagDispatcher> GetTagDispatcher() override;
/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()
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp145 std::weak_ptr<TAG::TagDispatcher> NfcService::GetTagDispatcher() in GetTagDispatcher() function in OHOS::NFC::NfcService