Home
last modified time | relevance | path

Searched refs:watchdogTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h474 int32_t watchdogTime; /**< Watchdog duration */ member
950 #define GET_NET_DEV_WATCHDOG_TIME(dev) ((dev)->watchdogTime)
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_policy_manager.cpp801 int32_t watchdogTime = static_cast<int32_t>(workStatus->workWatchDogTime_); in ResumePausedWorks() local
804 … it->first, workStatus->bundleName_.c_str(), workStatus->workId_.c_str(), watchdogTime); in ResumePausedWorks()
806 watchdog_->AddWatchdog(it->first, watchdogTime); in ResumePausedWorks()