Home
last modified time | relevance | path

Searched refs:GetNciCeInterface (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp180 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
203 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
225 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
247 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
269 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
291 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
314 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
336 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
359 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
382 …d_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface();
[all …]
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp49 std::shared_ptr<INciCeInterface> NciNativeSelector::GetNciCeInterface() in GetNciCeInterface() function in OHOS::NFC::NCI::NciNativeSelector
52 return nativeInterface_->GetNciCeInterface(); in GetNciCeInterface()
H A Dnci_ce_proxy.cpp23 nciCeInterface_ = NciNativeSelector::GetInstance().GetNciCeInterface(); in NciCeProxy()
H A Dnci_native_selector.h34 std::shared_ptr<INciCeInterface> GetNciCeInterface();
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_native_adapter_default.h26 std::shared_ptr<INciCeInterface> GetNciCeInterface() override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_native_adapter_default.cpp26 std::shared_ptr<INciCeInterface> NciNativeAdapterDefault::GetNciCeInterface() in GetNciCeInterface() function in OHOS::NFC::NCI::NciNativeAdapterDefault
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_native_interface.h35 virtual std::shared_ptr<INciCeInterface> GetNciCeInterface() = 0;