Home
last modified time | relevance | path

Searched defs:delay (Results 1 – 17 of 17) 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.cpp123 void WatchdogInner::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask()
180 …ogInner::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask()
Dwatchdog_task.cpp56 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/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
Dwatchdog_inner_test.cpp90 uint64_t delay = 0; variable
115 uint64_t delay = 0; variable
/base/global/system_resources/fonts/
Dhm_symbol_config.json22 "delay": 0, number
47 "delay": 0, number
56 "delay": 100, number
65 "delay": 250, number
74 "delay": 450, number
83 "delay": 700, number
94 "delay": 100, number
103 "delay": 250, number
112 "delay": 450, number
121 "delay": 700, number
[all …]
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_sources.h42 SuspendSource(SuspendDeviceType reason, uint32_t action, uint32_t delay) in SuspendSource()
Dsuspend_controller.cpp300 … SuspendController::SuspendWhenScreenOff(SuspendDeviceType reason, uint32_t action, uint32_t delay) in SuspendWhenScreenOff()
338 void SuspendController::ControlListener(SuspendDeviceType reason, uint32_t action, uint32_t delay) in ControlListener()
375 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 __anondc4881610502()
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/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp247 uint32_t delay = 0; in SuspendDeviceInner() local
584 void PowerStateMachine::SetAutoSuspend(SuspendDeviceType type, uint32_t delay) in SetAutoSuspend()
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodTest.js108 function wait(delay) { argument
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp842 void HiviewPlatform::RequestUnloadBundle(const std::string& bundleName, uint64_t delay) in RequestUnloadBundle()
/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp227 void LocatorAbility::ApplyRequests(int delay) in ApplyRequests()