Searched defs:timeOutCallback (Results 1 - 6 of 6) sorted by relevance
/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | watchdog.cpp | 30 AddThread(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t interval) AddThread() argument
|
H A D | watchdog_task.h | 76 TimeOutCallback timeOutCallback; member in OHOS::HiviewDFX::WatchdogTask
|
H A D | watchdog_task.cpp | 50 WatchdogTask(std::string name, std::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t interval) WatchdogTask() argument [all...] |
H A D | watchdog_inner.cpp | 451 AddThread(const std::string &name, std::shared_ptr<AppExecFwk::EventHandler> handler, TimeOutCallback timeOutCallback, uint64_t interval) AddThread() argument
|
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_inner_test.cpp | 357 auto timeOutCallback = [](const std::string &name, int waitState) {
in HWTEST_F() local
|
H A D | watchdog_interface_test.cpp | 106 auto timeOutCallback = [](const std::string &name, int waitState) { in HWTEST_F() local 146 auto timeOutCallback = [](const std::string &name, int waitState) { in HWTEST_F() local
|
Completed in 5 milliseconds