Home
last modified time | relevance | path

Searched refs:DELAY_TIME_NORMAL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dbgtask_common.h23 extern const int32_t DELAY_TIME_NORMAL;
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/src/
H A Dbgtask_common.cpp40 const int32_t DELAY_TIME_NORMAL = GetIntParameter(DELAY_TIME_NOMAL_PARAM, DELAY_TIME_NORMAL_DEFAULT… variable
H A Ddecision_maker.cpp374 return deviceInfoManager_->IsLowPowerMode() ? DELAY_TIME_LOW_POWER : DELAY_TIME_NORMAL; in GetDelayTime()