Home
last modified time | relevance | path

Searched defs:counterSet (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/server/
H A DNetworkManagementSocketTagger.java126 public static void setKernelCounterSet(int uid, int counterSet) { in setKernelCounterSet()
/aosp12/system/netd/libnetdbpf/
H A DBpfNetworkStatsTest.cpp106 void populateFakeStats(uid_t uid, uint32_t tag, uint32_t ifaceIndex, uint32_t counterSet, in populateFakeStats()
127 int counterSet, uint32_t tag, const stats_line& result) { in expectStatsLineEqual()
/aosp12/system/netd/bpf_progs/
H A Dnetd.c267 uint8_t* counterSet = bpf_uid_counterset_map_lookup_elem(&uid); in bpf_traffic_account() local
/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A Dbpf_shared.h41 uint32_t counterSet; member
/aosp12/system/netd/client/
H A DNetdClient.cpp519 extern "C" int setCounterSet(uint32_t counterSet, uid_t uid) { in setCounterSet()
/aosp12/system/netd/server/
H A DTrafficControllerTest.cpp156 uint8_t counterSet = TEST_COUNTERSET; in populateFakeStats() local