Searched refs:MAX_PERIOD_MS (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | graphic_timer.cpp | 45 if ((periodMs > MAX_PERIOD_MS) || (periodMs <= 0)) { in SetPeriod() 46 …E("Timer set period failed, period should be within (0, %d].(period=%d)", MAX_PERIOD_MS, periodMs); in SetPeriod() 84 if ((periodMs > MAX_PERIOD_MS) || (periodMs <= 0)) { in GraphicTimer() 85 …_LOGE("Timer create failed, period should be within (0, %d].(period=%d)", MAX_PERIOD_MS, periodMs); in GraphicTimer() 149 if ((periodMs > MAX_PERIOD_MS) || (periodMs <= 0)) { in GraphicTimer() 150 …_LOGE("Timer create failed, period should be within (0, %d].(period=%d)", MAX_PERIOD_MS, periodMs); in GraphicTimer() 212 if ((periodMs > MAX_PERIOD_MS) || (periodMs <= 0)) { in GraphicTimer() 213 …_LOGE("Timer create failed, period should be within (0, %d].(period=%d)", MAX_PERIOD_MS, periodMs); in GraphicTimer()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_timer.h | 66 static constexpr int32_t MAX_PERIOD_MS = 36E5; variable
|
/ohos5.0/foundation/graphic/graphic_utils_lite/test/ |
H A D | graphic_timer_test.cpp | 29 constexpr int32_t OVERFLOW_PERIORD = OHOS::GraphicTimer::MAX_PERIOD_MS + 1;
|