Searched defs:delay (Results 1 – 14 of 14) sorted by relevance
| /base/hiviewdfx/hicollie/frameworks/native/ |
| D | watchdog.cpp | 41 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()
|
| D | watchdog_inner.cpp | 115 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()
|
| D | watchdog_task.cpp | 46 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask()
|
| /base/hiviewdfx/hiview/plugins/event_store/store/ |
| D | sys_event_db_mgr.cpp | 46 int delay = TimeUtil::SECONDS_PER_HOUR; // 1 hour in StartCheckStoreTask() local
|
| /base/hiviewdfx/hiview/base/ |
| D | plugin.cpp | 86 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/ |
| D | suspend_sources.h | 41 SuspendSource(SuspendDeviceType reason, uint32_t action, uint32_t delay) in SuspendSource()
|
| D | suspend_controller.cpp | 218 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/ |
| D | event_thread_pool.cpp | 59 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/ |
| D | event_pool_test.cpp | 303 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/ |
| D | action_shutdown.cpp | 138 uint32_t delay = 50000; in DelayShutdown() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_action/ |
| D | thermal_timer.cpp | 133 void ThermalTimerUtils::StartOnce(int delay, NotifyTask &task) in StartOnce()
|
| /base/msdp/device_status/services/timer_manager/src/ |
| D | timer_manager.cpp | 235 int64_t delay = MIN_DELAY; in CalcNextDelayInternal() local
|
| /base/inputmethod/imf/test/unittest/napi_test/src/ |
| D | InputMethodTest.js | 117 function wait(delay) { argument
|
| /base/hiviewdfx/hiview/core/ |
| D | hiview_platform.cpp | 888 void HiviewPlatform::RequestUnloadBundle(const std::string& bundleName, uint64_t delay) in RequestUnloadBundle()
|