Lines Matching refs:apnVec
1474 std::vector<PdpProfile> apnVec;
1475 helper->ReadMvnoApnResult(result, "", apnVec);
1489 helper->QueryPreferApn(0, apnVec);
1490 ASSERT_FALSE(helper->QueryPreferApn(-1, apnVec));
2019 std::vector<PdpProfile> apnVec;
2021 cellularDataRdbHelper.ReadMvnoApnResult(nullptr, mvnoDataFromSim, apnVec);
2022 ASSERT_TRUE(apnVec.empty());
2034 std::vector<PdpProfile> apnVec;
2036 cellularDataRdbHelper.ReadMvnoApnResult(nullptr, mvnoDataFromSim, apnVec);
2037 ASSERT_TRUE(apnVec.empty());