Home
last modified time | relevance | path

Searched refs:NfcWatchDog (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/nfc/services/src/utils/
H A Dnfc_watch_dog.cpp22 NfcWatchDog::NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INciNfccInterface> nfccProxy) in NfcWatchDog() function in OHOS::NFC::NfcWatchDog
27 NfcWatchDog::~NfcWatchDog() in ~NfcWatchDog()
35 void NfcWatchDog::MainLoop() in MainLoop()
63 void NfcWatchDog::Run() in Run()
68 void NfcWatchDog::Cancel() in Cancel()
H A Dnfc_watch_dog.h25 class NfcWatchDog final {
27 NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INciNfccInterface> nfccProxy);
28 ~NfcWatchDog();
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp56 NfcWatchDog CommitRoutingDog("CommitRouting", WAIT_ROUTING_INIT, nciNfccProxy_); in HandleCommitRouting()
80 NfcWatchDog ComputeRoutingParamDog("ComputeRoutingParam", WAIT_ROUTING_INIT, nciNfccProxy_); in HandleComputeRoutingParams()
H A Dnfc_service.cpp295 NfcWatchDog nfcWatchDog("DoTurnOn", WAIT_MS_INIT, nciNfccProxy_); in DoTurnOn()
319 NfcWatchDog nfcRoutingManagerDog("RoutingManager", WAIT_ROUTING_INIT, nciNfccProxy_); in DoTurnOn()
346 NfcWatchDog nfcWatchDog("DoTurnOff", WAIT_MS_SET_ROUTE, nciNfccProxy_); in DoTurnOff()
H A Dnfc_polling_manager.cpp92 NfcWatchDog pollingWatchDog("StartPollingLoop", WAIT_MS_SET_ROUTE, nciNfccProxy_); in StartPollingLoop()
H A Dnfc_event_handler.cpp358 NfcWatchDog nfcProcessEventDog("nfcProcessEvent", WAIT_PROCESS_EVENT_TIMES, nciNfccProxy_); in ProcessEvent()
/foundation/communication/nfc/test/unittest/services/public_test/
H A Dnfc_public_test.cpp373 NfcWatchDog nfcWatchDog("Test", 90 * 1000, nciNfccProxy); in HWTEST_F()
389 NfcWatchDog nfcWatchDog("DoTurnOn", 90 * 1000, nciNfccProxy); in HWTEST_F()
/foundation/communication/nfc/services/include/
H A Dnfc_service.h141 friend class NfcWatchDog;

Completed in 4 milliseconds