Home
last modified time | relevance | path

Searched defs:delay (Results 1 – 14 of 14) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog.cpp41 void Watchdog::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask()
46 …atchdog::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask()
Dwatchdog_inner.cpp115 void WatchdogInner::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask()
171 …ogInner::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask()
Dwatchdog_task.cpp46 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask()
/base/hiviewdfx/hiview/plugins/event_store/store/
Dsys_event_db_mgr.cpp46 int delay = TimeUtil::SECONDS_PER_HOUR; // 1 hour in StartCheckStoreTask() local
/base/hiviewdfx/hiview/base/
Dplugin.cpp86 void Plugin::DelayProcessEvent(std::shared_ptr<Event> event, uint64_t delay) in DelayProcessEvent()
154 void Plugin::UpdateTimeByDelay(time_t delay) in UpdateTimeByDelay()
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_sources.h41 SuspendSource(SuspendDeviceType reason, uint32_t action, uint32_t delay) in SuspendSource()
Dsuspend_controller.cpp218 void SuspendController::ControlListener(SuspendDeviceType reason, uint32_t action, uint32_t delay) in ControlListener()
254 void SuspendController::StartSleepTimer(SuspendDeviceType reason, uint32_t action, uint32_t delay) in StartSleepTimer()
/base/hiviewdfx/hiview/base/event_pool/
Devent_thread_pool.cpp59 void EventThreadPool::AddTask(Task task, const std::string &name, uint64_t delay, uint8_t priority) in AddTask()
/base/hiviewdfx/hiview/base/event_pool/test/unittest/common/
Devent_pool_test.cpp303 auto task = [&](int name, uint64_t delay, uint64_t start, uint8_t priority) { in __anonfc4960bf0502()
317 uint64_t delay = randU(randEngine) + 100; // [100, 10100) ms的延迟 variable
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_shutdown.cpp138 uint32_t delay = 50000; in DelayShutdown() local
/base/powermgr/thermal_manager/services/native/src/thermal_action/
Dthermal_timer.cpp133 void ThermalTimerUtils::StartOnce(int delay, NotifyTask &task) in StartOnce()
/base/msdp/device_status/services/timer_manager/src/
Dtimer_manager.cpp235 int64_t delay = MIN_DELAY; in CalcNextDelayInternal() local
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodTest.js117 function wait(delay) { argument
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp888 void HiviewPlatform::RequestUnloadBundle(const std::string& bundleName, uint64_t delay) in RequestUnloadBundle()