Searched refs:sourceTime (Results 1 – 2 of 2) sorted by relevance
126 inline bool KVAdapterManager::IsTimeOut(int64_t sourceTime, int64_t targetTime, int64_t timeOut) in IsTimeOut() argument128 return targetTime - sourceTime >= timeOut ? true : false; in IsTimeOut()
45 inline bool IsTimeOut(int64_t sourceTime, int64_t targetTime, int64_t timeOut);