Home
last modified time | relevance | path

Searched refs:GetTagServiceIface (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/nfc/services/src/tag/
H A Dtag_dispatcher.cpp225 nfcService_->GetTagServiceIface()); in GetTagInfoFromTag()
239 tagUid, tagDiscId, nfcService_->GetTagServiceIface()); in GetTagInfoParcelableFromTag()
269 ExternalDepsProxy::GetInstance().DispatchTagAbility(tagInfo_, nfcService_->GetTagServiceIface()); in OnNotificationButtonClicked()
292 ExternalDepsProxy::GetInstance().DispatchTagAbility(tagInfo_, nfcService_->GetTagServiceIface()); in OnNotificationButtonClicked()
302 ExternalDepsProxy::GetInstance().DispatchAppGallery(nfcService_->GetTagServiceIface(), in OnNotificationButtonClicked()
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H A Dnfc_service_fuzz.cpp37 OHOS::sptr<IRemoteObject> NfcServiceFuzz::GetTagServiceIface() in GetTagServiceIface() function in OHOS::NFC::NfcServiceFuzz
H A Dnfc_service_fuzz.h34 OHOS::sptr<IRemoteObject> GetTagServiceIface() override;
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dnfc_service_tdd.cpp37 OHOS::sptr<IRemoteObject> NfcServiceImpl::GetTagServiceIface() in GetTagServiceIface() function in OHOS::NFC::NfcServiceImpl
H A Dnfc_service_tdd.h33 OHOS::sptr<IRemoteObject> GetTagServiceIface() override;
/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp103 OHOS::sptr<IRemoteObject> NfcControllerImpl::GetTagServiceIface() in GetTagServiceIface() function in OHOS::NFC::NfcControllerImpl
108 return nfcService_.lock()->GetTagServiceIface(); in GetTagServiceIface()
H A Dnfc_controller_impl.h38 OHOS::sptr<IRemoteObject> GetTagServiceIface() override;
H A Dnfc_controller_stub.cpp206 OHOS::sptr<IRemoteObject> remoteOjbect = GetTagServiceIface(); in HandleGetNfcTagInterface()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinfc_controller_service.h60 virtual OHOS::sptr<IRemoteObject> GetTagServiceIface() = 0;
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.h44 OHOS::sptr<IRemoteObject> GetTagServiceIface() override;
H A Dnfc_controller.cpp195 OHOS::sptr<IRemoteObject> NfcController::GetTagServiceIface() in GetTagServiceIface() function in OHOS::NFC::KITS::NfcController
199 ErrorLog("NfcController::GetTagServiceIface nfcControllerService_ expired"); in GetTagServiceIface()
202 return nfcControllerService_.lock()->GetTagServiceIface(); in GetTagServiceIface()
H A Dnfc_controller.h93 OHOS::sptr<IRemoteObject> GetTagServiceIface();
H A Dnfc_controller_proxy.cpp163 OHOS::sptr<IRemoteObject> NfcControllerProxy::GetTagServiceIface() in GetTagServiceIface() function in OHOS::NFC::NfcControllerProxy
165 DebugLog("GetTagServiceIface start!"); in GetTagServiceIface()
170 ErrorLog("GetTagServiceIface, Write interface token error"); in GetTagServiceIface()
176 ErrorLog("GetTagServiceIface SendRequest err %{public}d", res); in GetTagServiceIface()
/foundation/communication/nfc/services/include/
H A Dinfc_service.h117 virtual OHOS::sptr<IRemoteObject> GetTagServiceIface() = 0;
H A Dnfc_service.h62 OHOS::sptr<IRemoteObject> GetTagServiceIface() override;
/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_foreground.cpp42 OHOS::sptr<IRemoteObject> iface = NfcController::GetInstance().GetTagServiceIface(); in GetTagSessionProxy()
H A Dbasic_tag_session.cpp38 OHOS::sptr<IRemoteObject> iface = NfcController::GetInstance().GetTagServiceIface(); in GetTagSessionProxy()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_test.cpp184 * @tc.desc: Test NfcController GetTagServiceIface.
190 OHOS::sptr<IRemoteObject> objsPtr = ctrl.GetTagServiceIface(); in HWTEST_F()
218 ASSERT_TRUE(impl->GetTagServiceIface() == nullptr); in HWTEST_F()
H A Dnfc_controller_impl_test.cpp183 * @tc.desc: Test NfcControllerImplTest GetTagServiceIface.
190 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetTagServiceIface(); in HWTEST_F()
196 * @tc.desc: Test NfcControllerImplTest GetTagServiceIface.
203 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetTagServiceIface(); in HWTEST_F()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp146 OHOS::sptr<IRemoteObject> NfcService::GetTagServiceIface() in GetTagServiceIface() function in OHOS::NFC::NfcService
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp67 OHOS::sptr<IRemoteObject> iface = NfcController::GetInstance().GetTagServiceIface(); in SetUp()

Completed in 12 milliseconds