Home
last modified time | relevance | path

Searched defs:curKey (Results 1 – 3 of 3) sorted by relevance

/system/bpf/libbpf_android/include/bpf/
DBpfMap.h184 netdutils::StatusOr<Key> curKey = getFirstKey(); in iterate() local
197 netdutils::StatusOr<Key> curKey = getFirstKey(); in iterateWithValue() local
211 netdutils::StatusOr<Key> curKey = getFirstKey(); in iterate() local
224 netdutils::StatusOr<Key> curKey = getFirstKey(); in iterateWithValue() local
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h75 const Key& curKey, int64_t* unknownIfaceBytesTotal) { in getIfaceNameFromMap()
87 const Key& curKey, int64_t* unknownIfaceBytesTotal) { in maybeLogUnknownIface()
/system/netd/libnetdbpf/
DBpfNetworkStatsTest.cpp385 StatsKey curKey = {.uid = TEST_UID1, in TEST_F() local