Searched refs:GetMatchedApns (Results 1 – 3 of 3) sorted by relevance
37 std::vector<sptr<ApnItem>> GetMatchedApns() const;
75 std::vector<sptr<ApnItem>> ConnectionRetryPolicy::GetMatchedApns() const in GetMatchedApns() function in OHOS::Telephony::ConnectionRetryPolicy
208 std::vector<sptr<ApnItem>> currentMatchedApns = retryPolicy_.GetMatchedApns(); in IsSameMatchedApns()