Searched refs:DELAY_TIME_NORMAL (Results 1 – 3 of 3) sorted by relevance
23 extern const int32_t DELAY_TIME_NORMAL;
40 const int32_t DELAY_TIME_NORMAL = GetIntParameter(DELAY_TIME_NOMAL_PARAM, DELAY_TIME_NORMAL_DEFAULT… variable
374 return deviceInfoManager_->IsLowPowerMode() ? DELAY_TIME_LOW_POWER : DELAY_TIME_NORMAL; in GetDelayTime()