Home
last modified time | relevance | path

Searched refs:nfcControllerImpl_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_sa_manager.h55 sptr<NfcControllerImpl> nfcControllerImpl_; variable
H A Dnfc_service.h124 OHOS::sptr<NfcControllerImpl> nfcControllerImpl_ {};
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_sa_manager.cpp61 bool ret = Publish(nfcService_->nfcControllerImpl_); in Init()
H A Dnfc_service.cpp45 nfcControllerImpl_(nullptr), in NfcService()
52 nfcControllerImpl_ = nullptr; in ~NfcService()
116 nfcControllerImpl_ = new NfcControllerImpl(shared_from_this()); in Initialize()