Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp73 int32_t stallDetectionPeriod = GetStallDetectionPeriod(); in StartStallDetectionTimer() local
74 TELEPHONY_LOGI("stallDetectionPeriod = %{public}d", stallDetectionPeriod); in StartStallDetectionTimer()
78 SendEvent(event, stallDetectionPeriod, Priority::LOW); in StartStallDetectionTimer()
96 int32_t stallDetectionPeriod = GetStallDetectionPeriod(); in OnStallDetectionTimer() local
97 TELEPHONY_LOGI("stallDetectionPeriod = %{public}d", stallDetectionPeriod); in OnStallDetectionTimer()
101 SendEvent(event, stallDetectionPeriod, Priority::LOW); in OnStallDetectionTimer()
304 int32_t stallDetectionPeriod = GetStallDetectionPeriod(); in IsNeedDoRecovery() local
305 TELEPHONY_LOGI("stallDetectionPeriod = %{public}d", stallDetectionPeriod); in IsNeedDoRecovery()
309 SendEvent(event, stallDetectionPeriod, Priority::LOW); in IsNeedDoRecovery()