Home
last modified time | relevance | path

Searched refs:timeoutTime (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/src/
H A Danr_handler.cpp78 …int64_t timeoutTime = ANRTimeOutTime::INPUT_UI_TIMEOUT_TIME * TIME_TRANSITION - (currentTime - act… in HandleEventConsumed() local
81 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()
/ohos5.0/foundation/resourceschedule/ffrt/src/dfx/watchdog/
H A Dwatchdog_util.cpp83 std::chrono::microseconds timeoutTime(timeout); in SendTimeoutWatchdog() local
85 we->tp = (now + timeoutTime + delayTime); in SendTimeoutWatchdog()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp102 int timeoutTime = syncContext_->GetSyncRetryTimeout(retryTime); in TimeoutCallback() local
103 syncContext_->ModifyTimer(timeoutTime); in TimeoutCallback()
104 …LOGI("[SyncStateMachine][Timeout] Schedule task, timeoutTime = %d, retryTime = %d", timeoutTime, r… in TimeoutCallback()
H A Dsync_task_context.cpp691 int timeoutTime = GetTimeoutTime(); in GetSyncRetryTimeout() local
694 return timeoutTime * (1u << retryTime); in GetSyncRetryTimeout()
696 return timeoutTime; in GetSyncRetryTimeout()
/ohos5.0/base/notification/common_event_service/services/src/
H A Dcommon_event_control_manager.cpp692 int64_t timeoutTime = sp->receiverTime + TIMEOUT; in CurrentOrderedEventTimeout() local
693 if (timeoutTime > nowSysTime) { in CurrentOrderedEventTimeout()