Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_holder.h43 void SetAllMatchedApns(std::vector<sptr<ApnItem>> &matchedApns);
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_holder.cpp63 void ApnHolder::SetAllMatchedApns(std::vector<sptr<ApnItem>> &matchedApns) in SetAllMatchedApns() function in OHOS::Telephony::ApnHolder
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1052 apnHolder->SetAllMatchedApns(matchedApns);
1094 apnHolder->SetAllMatchedApns(oldMatchedApns);
1099 apnHolder->SetAllMatchedApns(oldMatchedApns);
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp589 apnHolder->SetAllMatchedApns(matchedApns); in CheckApnState()
1478 apnHolder->SetAllMatchedApns(matchedApns); in ClearConnectionIfRequired()