Searched refs:statsVec (Results 1 – 1 of 1) sorted by relevance
997 std::vector<int64_t> getStatsVectorByIf(const std::vector<TetherStatsParcel>& statsVec, in getStatsVectorByIf() argument999 for (auto& stats : statsVec) { in getStatsVectorByIf()1045 std::vector<TetherStatsParcel> statsVec; in TEST_F() local1046 binder::Status status = mNetd->tetherGetStats(&statsVec); in TEST_F()1049 EXPECT_EQ(expected1, getStatsVectorByIf(statsVec, extIface1)); in TEST_F()1051 EXPECT_EQ(expected2, getStatsVectorByIf(statsVec, extIface2)); in TEST_F()