Searched defs:statsMap (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/ |
| D | AuctionServerPayloadMetricsStrategyDisabled.java | 51 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap) { in logGetAdSelectionDataBuyerInputGeneratedStats() 65 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
|
| D | AuctionServerPayloadMetricsStrategy.java | 51 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap); in logGetAdSelectionDataBuyerInputGeneratedStats() 68 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
|
| D | AuctionServerPayloadMetricsStrategyEnabled.java | 65 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap) { in logGetAdSelectionDataBuyerInputGeneratedStats() 103 Map<AdTechIdentifier, BuyerInputGeneratorIntermediateStats> statsMap, in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
|
| /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/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/mts/src/android/tethering/mts/ |
| D | MtsEthernetTetheringTest.java | 268 final HashMap<TetherStatsKey, TetherStatsValue> statsMap = pollRawMapFromDump( in runUdp4Test() local
|
| /packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
| D | BpfCoordinator.java | 1363 try (IBpfMap<TetherStatsKey, TetherStatsValue> statsMap = mDeps.getBpfStatsMap()) { in dumpRawMap()
|