Home
last modified time | relevance | path

Searched refs:GetHceServiceIface (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/nfc/services/src/ipc/controller/
H A Dnfc_controller_impl.cpp146 OHOS::sptr<IRemoteObject> NfcControllerImpl::GetHceServiceIface() in GetHceServiceIface() function in OHOS::NFC::NfcControllerImpl
151 return nfcService_.lock()->GetHceServiceIface(); in GetHceServiceIface()
H A Dnfc_controller_impl.h39 OHOS::sptr<IRemoteObject> GetHceServiceIface() override;
H A Dnfc_controller_stub.cpp222 OHOS::sptr<IRemoteObject> remoteOjbect = GetHceServiceIface(); in HandleGetNfcHceInterface()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinfc_controller_service.h61 virtual OHOS::sptr<IRemoteObject> GetHceServiceIface() = 0;
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_proxy.h45 OHOS::sptr<IRemoteObject> GetHceServiceIface() override;
H A Dnfc_controller.cpp257 OHOS::sptr<IRemoteObject> NfcController::GetHceServiceIface() in GetHceServiceIface() function in OHOS::NFC::KITS::NfcController
261 ErrorLog("NfcController::GetHceServiceIface nfcControllerService_ expired"); in GetHceServiceIface()
264 return nfcControllerService_.lock()->GetHceServiceIface(); in GetHceServiceIface()
H A Dnfc_controller.h95 OHOS::sptr<IRemoteObject> GetHceServiceIface();
H A Dnfc_controller_proxy.cpp300 OHOS::sptr<IRemoteObject> NfcControllerProxy::GetHceServiceIface() in GetHceServiceIface() function in OHOS::NFC::NfcControllerProxy
302 DebugLog("GetHceServiceIface start!"); in GetHceServiceIface()
307 ErrorLog("GetHceServiceIface, Write interface token error"); in GetHceServiceIface()
313 ErrorLog("GetHceServiceIface SendRequest err %{public}d", res); in GetHceServiceIface()
/foundation/communication/nfc/services/include/
H A Dinfc_service.h118 virtual OHOS::sptr<IRemoteObject> GetHceServiceIface() = 0;
H A Dnfc_service.h63 OHOS::sptr<IRemoteObject> GetHceServiceIface() override;
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A Dhce_service.cpp110 OHOS::sptr<IRemoteObject> iface = NfcController::GetInstance().GetHceServiceIface(); in GetHceSessionProxy()
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_impl_test.cpp251 * @tc.desc: Test NfcControllerImplTest GetHceServiceIface.
258 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetHceServiceIface(); in HWTEST_F()
264 * @tc.desc: Test NfcControllerImplTest GetHceServiceIface.
271 sptr<IRemoteObject> iRemoteObject = nfcControllerImpl->GetHceServiceIface(); in HWTEST_F()
H A Dnfc_controller_test.cpp301 * @tc.desc: Test NfcController GetHceServiceIface.
307 ctrl.GetHceServiceIface(); in HWTEST_F()
/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollerimpl_test/nfccontrollerimpl/nfccontrollerimpl_fuzzer/
H A Dnfccontrollerimpl_fuzzer.cpp89 nfcControllerImpl->GetHceServiceIface(); in FuzzGetHceServiceIface()
/foundation/communication/nfc/services/src/
H A Dnfc_service.cpp196 OHOS::sptr<IRemoteObject> NfcService::GetHceServiceIface() in GetHceServiceIface() function in OHOS::NFC::NfcService

Completed in 6 milliseconds