Searched refs:txBytes (Results 1 – 20 of 20) sorted by relevance
/system/netd/libnetdbpf/ |
D | BpfNetworkStatsTest.cpp | 123 EXPECT_EQ(target.txBytes, result.txBytes); in expectStatsEqual() 135 EXPECT_EQ(target.txBytes, (uint64_t)result.txBytes); in expectStatsLineEqual() 195 .txBytes = 0, in TEST_F() 210 .txBytes = TEST_BYTES1, in TEST_F() 216 .txBytes = TEST_BYTES1 * 2, in TEST_F() 250 .txBytes = TEST_BYTES1, in TEST_F() 256 .txBytes = TEST_BYTES0, in TEST_F() 280 .txBytes = TEST_BYTES1 * 2 + TEST_BYTES0, in TEST_F() 292 .txBytes = TEST_BYTES1, in TEST_F() 327 .txBytes = TEST_BYTES1, in TEST_F() [all …]
|
D | BpfNetworkStats.cpp | 54 stats->txBytes = statsEntry.value().txBytes; in bpfGetUidStatsInternal() 94 stats->txBytes += statsEntry.value().txBytes; in bpfGetIfaceStatsInternal() 129 newLine.txBytes = statsEntry.txBytes; in populateStatsEntry() 337 txBytes = rhs.txBytes; in operator =() 345 txBytes += rhs.txBytes; in operator +=()
|
/system/netd/server/ |
D | TetherController.h | 111 txBytes(txB), txPackets(txP) {}; in TetherStats() 116 int64_t txBytes = -1; variable 123 txBytes += other.txBytes; in addStatsIfMatch()
|
D | TetherControllerTest.cpp | 357 EXPECT_EQ(expected.txBytes, actual.txBytes); in expectTetherStatsEqual()
|
D | TetherController.cpp | 888 stats.txBytes = bytes; in addForwardChainStats() 895 if (stats.rxBytes != -1 && stats.txBytes != -1) { in addForwardChainStats() 896 ALOGV("rx_bytes=%" PRId64" tx_bytes=%" PRId64, stats.rxBytes, stats.txBytes); in addForwardChainStats() 903 if (((stats.rxBytes == -1) != (stats.txBytes == -1))) { in addForwardChainStats()
|
D | NetdNativeService.cpp | 486 tetherStatsParcel->txBytes += tetherStats.txBytes; in tetherAddStatsByInterface() 496 result.txBytes = stats.txBytes; in toTetherStatsParcel() 523 t.iface.c_str(), t.rxBytes, t.rxPackets, t.txBytes, in tetherStatsParcelVecToStringVec()
|
D | TrafficController.cpp | 901 value.rxPackets, value.txBytes, value.txPackets); in dump() 922 value.rxPackets, value.txBytes, value.txPackets); in dump() 961 value.rxBytes, value.rxPackets, value.txBytes, value.txPackets); in dump()
|
/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
D | TetherStatsParcel.aidl | 24 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
D | TetherStatsParcel.aidl | 6 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
D | TetherStatsParcel.aidl | 23 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
D | TetherStatsParcel.aidl | 40 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
D | TetherStatsParcel.aidl | 24 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
D | TetherStatsParcel.aidl | 24 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
D | TetherStatsParcel.aidl | 40 long txBytes;
|
/system/netd/server/binder/android/net/ |
D | TetherStatsParcel.aidl | 48 long txBytes;
|
/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
D | TetherStatsParcel.aidl | 40 long txBytes;
|
/system/netd/libnetdbpf/include/netdbpf/ |
D | bpf_shared.h | 50 uint64_t txBytes; member 62 uint64_t txBytes; member
|
D | BpfNetworkStats.h | 48 int64_t txBytes; member 101 *unknownIfaceBytesTotal += (statsEntry.value().rxBytes + statsEntry.value().txBytes); in maybeLogUnknownIface()
|
/system/netd/bpf_progs/ |
D | netd.c | 123 __sync_fetch_and_add(&value->txBytes, bytes); \
|
/system/netd/tests/ |
D | binder_test.cpp | 1154 return {stats.rxBytes, stats.rxPackets, stats.txBytes, stats.txPackets}; in getStatsVectorByIf() 3813 EXPECT_EQ(0, tetherStats.txBytes); in TEST_F()
|