Home
last modified time | relevance | path

Searched defs:txPackets (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/aosp_15_r20/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStats.java244 private long[] txPackets; field in NetworkStats
301 public long txPackets; field in NetworkStats.Entry
339 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in Entry()
487 private Entry setValues(long rxBytes, long rxPackets, long txBytes, long txPackets, in setValues()
635 String iface, long rxBytes, long rxPackets, long txBytes, long txPackets) { in insertEntry()
644 long rxPackets, long txBytes, long txPackets, long operations) { in insertEntry()
654 long txPackets, long operations) { in insertEntry()
809 long txBytes, long txPackets, long operations) { in combineValues()
817 long rxBytes, long rxPackets, long txBytes, long txPackets, long operations) { in combineValues()
1898 long txPackets = Math.min(left.txPackets[i], right.txPackets); in tunSubtract() local
DNetworkStatsHistory.java105 private long[] txPackets; field in NetworkStatsHistory
111 long[] rxBytes, long[] rxPackets, long[] txBytes, long[] txPackets, in NetworkStatsHistory()
152 public long txPackets; field in NetworkStatsHistory.Entry
177 long rxPackets, long txBytes, long txPackets, long operations) { in Entry()
548 long txPackets = entry.txPackets; in recordData() local
846 final long txPackets = txBytes / 1024; in generateRandom() local
858 long txPackets, long operations, Random r) { in generateRandom()
1196 final long[] txPackets = new long[size]; in build() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java392 long rxPackets, long txBytes, long txPackets, int ifIndex) { in buildTetherStatsParcel()
2572 long txBytes, long txPackets) { in mockTrafficStatsValues()
2583 long txBytes, long txPackets) { in assertTrafficStatsValues()
2584 assertStatsResultEquals(mService.getTotalStats(), rxBytes, rxPackets, txBytes, txPackets); in assertTrafficStatsValues() local
2586 txPackets); in assertTrafficStatsValues() local
2587 assertStatsResultEquals(mService.getUidStats(uid), rxBytes, rxPackets, txBytes, txPackets); in assertTrafficStatsValues() local
2591 long txBytes, long txPackets) { in assertStatsResultEquals()
2621 long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal()
2627 long rxPackets, long txBytes, long txPackets, int operations) throws Exception { in assertNetworkTotal()
2640 long txBytes, long txPackets, int operations) throws Exception { in assertUidTotal()
[all …]
DNetworkStatsBaseTest.java54 long rxPackets, long txBytes, long txPackets) { in assertValues()
62 long txBytes, long txPackets, long operations) { in assertValues()
DNetworkStatsFactoryTest.java602 int tag, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertStatsEntry()
609 long txBytes, long txPackets) { in assertStatsEntry()
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/
DNetworkStatsCollectionTest.java678 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets, in assertSummaryTotal()
687 NetworkTemplate template, long rxBytes, long rxPackets, long txBytes, long txPackets) { in assertSummaryTotalIncludingTags()
694 private static void assertEntry(long rxBytes, long rxPackets, long txBytes, long txPackets, in assertEntry()
701 private static void assertEntry(long rxBytes, long rxPackets, long txBytes, long txPackets, in assertEntry()
DNetworkStatsTest.java1114 long txBytes, long txPackets, long operations) { in assertContains()
1123 long txBytes, long txPackets, long operations) { in assertValues()
1142 long txBytes, long txPackets, long operations) { in assertValues()
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/net/
DStatsMapValue.java34 public final long txPackets; field in StatsMapValue
39 public StatsMapValue(final long rxPackets, final long rxBytes, final long txPackets, in StatsMapValue()
/aosp_15_r20/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/
DTetherStatsValue.java35 public final long txPackets; field in TetherStatsValue
42 final long txPackets, final long txBytes, final long txErrors) { in TetherStatsValue()
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/util/
DTetheringUtils.java74 public final long txPackets; field in TetheringUtils.ForwardedStats
90 public ForwardedStats(long rxBytes, long rxPackets, long txBytes, long txPackets) { in ForwardedStats()
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/netstats/
DNetworkStatsDataMigrationUtilsTest.kt73 var txPackets = 0L in assertValues() variable
/aosp_15_r20/packages/modules/Connectivity/service-t/jni/
Dcom_android_server_net_NetworkStatsFactory.cpp59 jfieldID txPackets; member
132 ScopedLongArrayRW txPackets(env, get_long_array(env, stats, in statsLinesToNetworkStats() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/netd/netd_aidl_interface-V15-cpp-source/gen/include/android/net/
DTetherStatsParcel.h27 int64_t txPackets = 0L; variable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/netd/netd_aidl_interface-V15-ndk-source/gen/include/aidl/android/net/
DTetherStatsParcel.h35 int64_t txPackets = 0L; variable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/netd/netd_aidl_interface-V15-java-source/gen/android/net/
DTetherStatsParcel.java17 public long txPackets = 0L; field in TetherStatsParcel
/aosp_15_r20/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/
DBpfNetworkStats.h49 int64_t txPackets; member
/aosp_15_r20/system/netd/server/
H A DTetherController.h117 int64_t txPackets = -1; variable
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DExtendedWifiInfo.java84 public void updatePacketRates(long txPackets, long rxPackets, long timeStamp) { in updatePacketRates()
/aosp_15_r20/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/net/
H A DBytesTransferredTest.java139 long rxBytes, long txBytes, long rxPackets, long txPackets, long appUid) { in TransferredBytes()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common/javac/
Dconnectivity-net-module-utils-bpf.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/common/connectivity-net-module-utils-bpf/android_common_apex30/javac/
Dconnectivity-net-module-utils-bpf.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/power/stats/
H A DMobileRadioPowerStatsCollector.java305 long txPackets = uidDelta.getTxPackets(); in collectNetworkStats() local
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
H A DWifiPowerCalculatorTest.java94 long txBytes, long txPackets) { in buildNetworkStats()
H A DWifiPowerStatsCollectorTest.java443 long txPackets) { in mockNetworkStatsEntry()
/aosp_15_r20/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/processor/
H A DMobileRadioPowerStatsProcessorTest.java517 long rxPackets, long txBytes, long txPackets, long operations) { in mockNetworkStatsEntry()

12345678910>>...12