Searched defs:statsMap (Results 1 – 8 of 8) sorted by relevance
/packages/modules/DnsResolver/ |
D | DnsStats.cpp | 176 StatsMap& statsMap = mStats[protocol]; in setAddrs() local 182 const auto cleanup = [&](StatsMap* statsMap) { in setAddrs() 267 const auto dumpStatsMap = [&](StatsMap& statsMap) { in dump()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
D | AuctionServerPayloadMetricsStrategy.java | 69 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap); in logGetAdSelectionDataBuyerInputGeneratedStats() 86 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
|
D | AuctionServerPayloadMetricsStrategyDisabled.java | 75 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap) { in logGetAdSelectionDataBuyerInputGeneratedStats() 89 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
|
D | AuctionServerPayloadMetricsStrategyEnabled.java | 104 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap) { in logGetAdSelectionDataBuyerInputGeneratedStats() 145 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
|
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ |
D | BpfNetworkStats.cpp | 149 const BpfMapRO<StatsKey, StatsValue>& statsMap, in parseBpfNetworkStatsDetailInternal() 155 const BpfMapRO<StatsKey, StatsValue>& statsMap) -> Result<void> { in parseBpfNetworkStatsDetailInternal() 240 const BpfMapRO<uint32_t, StatsValue>& statsMap, in parseBpfNetworkStatsDevInternal()
|
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/ |
D | BpfNetworkStats.h | 81 void maybeLogUnknownIface(int ifaceIndex, const BpfMapRO<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
|
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/ |
D | EthernetTetheringTest.java | 1057 final HashMap<TetherStatsKey, TetherStatsValue> statsMap = pollRawMapFromDump( in runUdp4Test() local
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | BpfCoordinator.java | 1525 try (IBpfMap<TetherStatsKey, TetherStatsValue> statsMap = mDeps.getBpfStatsMap()) { in dumpRawMap()
|