Searched refs:TimeOutCallback (Results 1 – 7 of 7) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/ |
D | watchdog_task.h | 26 using TimeOutCallback = std::function<void(const std::string &name, int waitState)>; variable 34 TimeOutCallback timeOutCallback, uint64_t interval); 64 TimeOutCallback timeOutCallback;
|
D | watchdog.cpp | 31 TimeOutCallback timeOutCallback, uint64_t interval) in AddThread()
|
D | watchdog_inner.h | 42 TimeOutCallback timeOutCallback, uint64_t interval);
|
D | watchdog_task.cpp | 34 TimeOutCallback timeOutCallback, uint64_t interval) in WatchdogTask()
|
D | watchdog_inner.cpp | 93 …std::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t inter… in AddThread()
|
/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/ |
D | watchdog.h | 24 using TimeOutCallback = std::function<void(const std::string &name, int waitState)>; variable 43 TimeOutCallback timeOutCallback = nullptr, uint64_t interval = WATCHDOG_TIMEVAL);
|
/base/request/request/frameworks/js/napi/src/upload/ |
D | curl_adp.cpp | 462 auto TimeOutCallback = [this]() { in StartTimer() local 466 timerId_ = timer_.Register(TimeOutCallback, READFILE_TIMEOUT_MS, true); in StartTimer()
|