Searched refs:statsVec (Results 1 – 1 of 1) sorted by relevance
1150 std::vector<int64_t> getStatsVectorByIf(const std::vector<TetherStatsParcel>& statsVec, in getStatsVectorByIf() argument1152 for (auto& stats : statsVec) { in getStatsVectorByIf()1198 std::vector<TetherStatsParcel> statsVec; in TEST_F() local1199 binder::Status status = mNetd->tetherGetStats(&statsVec); in TEST_F()1202 EXPECT_EQ(expected1, getStatsVectorByIf(statsVec, extIface1)); in TEST_F()1204 EXPECT_EQ(expected2, getStatsVectorByIf(statsVec, extIface2)); in TEST_F()