Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp31 timeout_ = MAX_TIME_VALUE; in EventImpl()
57 timeout_ = MAX_TIME_VALUE; in EventImpl()
316 timeout_ = MAX_TIME_VALUE; in SetTimeoutPeriod()
333 timePoint = MAX_TIME_VALUE; in GetTimeoutPoint()
373 return (timeout >= 0) && (timeout <= MAX_TIME_VALUE); in IsValidArg()
H A Devent_impl.h58 static constexpr int MAX_TIME_VALUE = INT_MAX / 2; // half of the max variable
H A Devent_loop_impl.cpp497 EventTime minInterval = EventImpl::MAX_TIME_VALUE; in CalSleepTime()