Home
last modified time | relevance | path

Searched defs:apnVec (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp91 const std::string &mcc, const std::string &mnc, std::vector<PdpProfile> &apnVec, int32_t slotId) in QueryApns()
148 bool CellularDataRdbHelper::QueryPreferApn(int32_t slotId, std::vector<PdpProfile> &apnVec) in QueryPreferApn()
175 const std::shared_ptr<DataShare::DataShareResultSet> &result, std::vector<PdpProfile> &apnVec) in ReadApnResult()
194 const std::string &mvnoDataFromSim, std::vector<PdpProfile> &apnVec) in ReadMvnoApnResult()
/ohos5.0/base/telephony/cellular_data/test/
H A Dapn_manager_test.cpp407 std::vector<PdpProfile> apnVec; variable
425 std::vector<PdpProfile> apnVec; variable
443 std::vector<PdpProfile> apnVec; variable
H A Dzero_branch_test.cpp1333 std::vector<PdpProfile> apnVec; variable
1923 std::vector<PdpProfile> apnVec; variable
1938 std::vector<PdpProfile> apnVec; variable
H A Dcellular_data_test.cpp1772 std::vector<PdpProfile> apnVec; variable
1824 std::vector<PdpProfile> apnVec; variable
1838 std::vector<PdpProfile> apnVec; variable
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_manager.cpp296 std::vector<PdpProfile> apnVec; in CreateAllApnItemByDatabase() local
368 int32_t ApnManager::MakeSpecificApnItem(std::vector<PdpProfile> &apnVec) in MakeSpecificApnItem()