Searched refs:NfcWatchDog (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/nfc/services/src/utils/ |
H A D | nfc_watch_dog.cpp | 22 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 D | nfc_watch_dog.h | 25 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 D | nfc_routing_manager.cpp | 56 NfcWatchDog CommitRoutingDog("CommitRouting", WAIT_ROUTING_INIT, nciNfccProxy_); in HandleCommitRouting() 80 NfcWatchDog ComputeRoutingParamDog("ComputeRoutingParam", WAIT_ROUTING_INIT, nciNfccProxy_); in HandleComputeRoutingParams()
|
H A D | nfc_service.cpp | 295 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 D | nfc_polling_manager.cpp | 92 NfcWatchDog pollingWatchDog("StartPollingLoop", WAIT_MS_SET_ROUTE, nciNfccProxy_); in StartPollingLoop()
|
H A D | nfc_event_handler.cpp | 358 NfcWatchDog nfcProcessEventDog("nfcProcessEvent", WAIT_PROCESS_EVENT_TIMES, nciNfccProxy_);
in ProcessEvent()
|
/foundation/communication/nfc/test/unittest/services/public_test/ |
H A D | nfc_public_test.cpp | 373 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 D | nfc_service.h | 141 friend class NfcWatchDog;
|
Completed in 4 milliseconds