Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dconnection_retry_policy.h35 int64_t GetNextRetryDelay() const;
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dconnection_retry_policy.cpp64 int64_t ConnectionRetryPolicy::GetNextRetryDelay() const in GetNextRetryDelay() function in OHOS::Telephony::ConnectionRetryPolicy
H A Dapn_holder.cpp70 return retryPolicy_.GetNextRetryDelay(); in GetRetryDelay()