Home
last modified time | relevance | path

Searched refs:currentMatchedApns (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_holder.cpp223 std::vector<sptr<ApnItem>> currentMatchedApns = retryPolicy_.GetMatchedApns(); in IsSameMatchedApns() local
224 if (currentMatchedApns.empty() || newMatchedApns.empty()) { in IsSameMatchedApns()
228 if (currentMatchedApns.size() != newMatchedApns.size()) { in IsSameMatchedApns()
234 for (const sptr<ApnItem> &oldApnItem : currentMatchedApns) { in IsSameMatchedApns()

Completed in 1 milliseconds