Searched refs:maxInterval (Results 1 – 2 of 2) sorted by relevance
42 const int maxInterval = 100; in deTimer_selfTest() local57 …int interval = minInterval + (int)(deRandom_getUint32(&rnd) % (deUint32)(maxInterval-minInterval… in deTimer_selfTest()
151 int maxInterval=getMaxInactiveInterval(); in Session() local152 _expiryTime = (maxInterval <= 0 ? 0 : (System.currentTimeMillis() + maxInterval*1000L)); in Session()277 int maxInterval=getMaxInactiveInterval(); in access() local278 _expiryTime = (maxInterval <= 0 ? 0 : (time + maxInterval*1000L)); in access()