Home
last modified time | relevance | path

Searched refs:BundleEq (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/
DNetworkTraceHandler.h60 struct BundleEq { struct
71 std::unordered_map<BundleKey, uint64_t, BundleHash, BundleEq> iids;
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DNetworkTraceHandler.cpp115 bool BundleEq::operator()(const BundleKey& a, const BundleKey& b) const { in operator ()()
215 std::unordered_map<BundleKey, BundleDetails, BundleHash, BundleEq> bundles; in Write()