Searched defs:statsMap (Results 1 – 4 of 4) sorted by relevance
/system/netd/libnetdbpf/include/netdbpf/ |
D | BpfNetworkStats.h | 75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap() 87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
|
/system/netd/libnetdbpf/ |
D | BpfNetworkStats.cpp | 135 int limitUid, const BpfMap<StatsKey, StatsValue>& statsMap, in parseBpfNetworkStatsDetailInternal() 141 const BpfMap<StatsKey, StatsValue>& statsMap) -> Result<void> { in parseBpfNetworkStatsDetailInternal() 209 BpfMap<StatsKey, StatsValue> statsMap(statsMapPath); in parseBpfNetworkStatsDetail() local 235 const BpfMap<uint32_t, StatsValue>& statsMap, in parseBpfNetworkStatsDevInternal()
|
/system/extras/boottime_tools/bootio/ |
D | bootio_collector.cpp | 237 std::map<int, Stats> statsMap; in PrintPids() local
|
/system/netd/server/ |
D | NetdNativeService.cpp | 466 std::map<std::string, TetherController::TetherStats> statsMap; in setTetherStatsParcelVecByInterface() local
|