Home
last modified time | relevance | path

Searched refs:TetherStatsParcel (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DNetdNativeService.cpp56 using android::net::TetherStatsParcel;
418 TetherStatsParcel toTetherStatsParcel(const TetherController::TetherStats& stats) { in toTetherStatsParcel()
419 TetherStatsParcel result; in toTetherStatsParcel()
429 void setTetherStatsParcelVecByInterface(std::vector<TetherStatsParcel>* tetherStatsVec, in setTetherStatsParcelVecByInterface()
446 std::vector<std::string> tetherStatsParcelVecToStringVec(std::vector<TetherStatsParcel>* tVec) { in tetherStatsParcelVecToStringVec()
459 std::vector<TetherStatsParcel>* tetherStatsParcelVec) { in tetherGetStats()
1225 std::vector<TetherStatsParcel>* /* tetherStatsParcelVec */) { in tetherOffloadGetStats() argument
1235 int /* ifIndex */, android::net::TetherStatsParcel* /* tetherStats */) { in tetherOffloadGetAndClearStats() argument
DNetdNativeService.h130 std::vector<android::net::TetherStatsParcel>* tetherStatsVec) override;
132 std::vector<android::net::TetherStatsParcel>* tetherStatsVec) override;
151 int ifIndex, android::net::TetherStatsParcel* tetherStats) override;
/system/netd/tests/
Dbinder_test.cpp134 using android::net::TetherStatsParcel;
1444 std::vector<int64_t> getStatsVectorByIf(const std::vector<TetherStatsParcel>& statsVec, in getStatsVectorByIf()
1492 std::vector<TetherStatsParcel> statsVec; in TEST_F()