Home
last modified time | relevance | path

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

/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/
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_task.cpp62 WatchdogTask::WatchdogTask(std::string name, Task&& task, uint64_t delay, uint64_t interval, bool … in WatchdogTask()
Dwatchdog_inner.cpp578 void WatchdogInner::RunOneShotTask(const std::string& name, Task&& task, uint64_t delay) in RunOneShotTask()
635 …ogInner::RunPeriodicalTask(const std::string& name, Task&& task, uint64_t interval, uint64_t delay) in RunPeriodicalTask()
/base/powermgr/power_manager/services/native/src/suspend/
Dsuspend_controller.cpp163 … monitor->RegisterListener([this](SuspendDeviceType reason, uint32_t action, uint32_t delay) { in Init()
240 … monitor->RegisterListener([this](SuspendDeviceType reason, uint32_t action, uint32_t delay) { in UpdateSuspendSources()
394 … SuspendController::SuspendWhenScreenOff(SuspendDeviceType reason, uint32_t action, uint32_t delay) in RegisterSettingsObserver()
436 void SuspendController::ControlListener(SuspendDeviceType reason, uint32_t action, uint32_t delay) in RegisterSettingsObserver()
473 void SuspendController::StartSleepTimer(SuspendDeviceType reason, uint32_t action, uint32_t delay) in RegisterSettingsObserver()
Dsuspend_sources.h42 SuspendSource(SuspendDeviceType reason, uint32_t action, uint32_t delay) in SuspendSource()
/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 …]
Dhm_symbol_config_next.json18 "delay": 0, number
32 "delay": 1000, number
50 "delay": 0, number
64 "delay": 1000, number
82 "delay": 0, number
96 "delay": 1000, number
110 "delay": 66.6, number
124 "delay": 1000, number
142 "delay": 0, number
156 "delay": 1000, number
[all …]
/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/
Dthread_sampler_test.cpp206 uint64_t delay = INTERVAL * i + INTERVAL; variable
251 uint64_t delay = INTERVAL * i + INTERVAL; variable
369 uint64_t delay = INTERVAL * i + INTERVAL; variable
Dwatchdog_inner_test.cpp159 uint64_t delay = 0; variable
184 uint64_t delay = 0; variable
/base/hiviewdfx/hiview/plugins/unified_collector/app_trace/
Dapp_trace_context.cpp279 …int64_t delay = appCallerEvent_->taskBeginTime_ - static_cast<int64_t>(appCallerEvent_->happenTime… in DoCaptureTrace() local
330 …int64_t delay = appCallerEvent_->taskBeginTime_ - static_cast<int64_t>(appCallerEvent_->happenTime… in DoCaptureTrace() local
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_shutdown.cpp133 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/thermal_manager/test/unittest/src/
Dthermal_action_test.cpp379 int delay = 1; variable
/base/hiviewdfx/hiview/plugins/performance/timer/
DSceneTimerOhImpl.cpp136 long long SceneTimerOhImpl::CalcExpireTimeStamp(long delay) in CalcExpireTimeStamp()
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp227 uint32_t delay = 0; in StartSleepTimer() local
446 uint32_t delay = 0; in SuspendDeviceInner() local
1176 void PowerStateMachine::SetAutoSuspend(SuspendDeviceType type, uint32_t delay) in WakeupDeviceInner()
/base/location/test/location_manager/source/
Dlocator_ability_test.cpp138 int delay = 1; variable
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodTest.js108 function wait(delay) { argument
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp885 void HiviewPlatform::RequestUnloadBundle(const std::string& bundleName, uint64_t delay) in RequestUnloadBundle()
/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp297 void LocatorAbility::ApplyRequests(int delay) in ApplyRequests()