Searched refs:timeoutTime (Results 1 – 5 of 5) sorted by relevance
78 …int64_t timeoutTime = ANRTimeOutTime::INPUT_UI_TIMEOUT_TIME * TIME_TRANSITION - (currentTime - act… in HandleEventConsumed() local81 eventId, currentPersistentId, actionTime, currentTime, timeoutTime); in HandleEventConsumed()82 if (timeoutTime >= MAX_MARK_PROCESS_DELAY_TIME_US) { in HandleEventConsumed()83 …int64_t delayTime = std::min(timeoutTime - MARK_PROCESS_DELAY_TIME_BIAS_US, MAX_MARK_PROCESS_DELAY… in HandleEventConsumed()
83 std::chrono::microseconds timeoutTime(timeout); in SendTimeoutWatchdog() local85 we->tp = (now + timeoutTime + delayTime); in SendTimeoutWatchdog()
102 int timeoutTime = syncContext_->GetSyncRetryTimeout(retryTime); in TimeoutCallback() local103 syncContext_->ModifyTimer(timeoutTime); in TimeoutCallback()104 …LOGI("[SyncStateMachine][Timeout] Schedule task, timeoutTime = %d, retryTime = %d", timeoutTime, r… in TimeoutCallback()
691 int timeoutTime = GetTimeoutTime(); in GetSyncRetryTimeout() local694 return timeoutTime * (1u << retryTime); in GetSyncRetryTimeout()696 return timeoutTime; in GetSyncRetryTimeout()
692 int64_t timeoutTime = sp->receiverTime + TIMEOUT; in CurrentOrderedEventTimeout() local693 if (timeoutTime > nowSysTime) { in CurrentOrderedEventTimeout()