Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp72 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
93 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
114 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
137 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
160 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
183 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
205 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
227 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
249 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
271 …nfcEventHandler->Intialize(tagDispatcher, ceService, nfcPollingManager, nfcRoutingManager, nciNfcc…
[all …]
/ohos5.0/foundation/communication/nfc/services/include/
H A Dnfc_event_handler.h36 void Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher,
/ohos5.0/foundation/communication/nfc/services/src/
H A Dnfc_event_handler.cpp240 void NfcEventHandler::Intialize(std::weak_ptr<TAG::TagDispatcher> tagDispatcher, in Intialize() function in OHOS::NFC::NfcEventHandler
H A Dnfc_service.cpp377 …eventHandler_->Intialize(tagDispatcher_, ceService_, nfcPollingManager_, nfcRoutingManager_, nciNf… in DoInitialize()