Home
last modified time | relevance | path

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

/system/netd/tests/
Dbpf_base_test.cpp167 BpfMap<StatsKey, StatsValue> statsMapB(STATS_MAP_B_PATH); in TEST_F() local
168 ASSERT_LE(0, statsMapB.getMap()); in TEST_F()
175 EXPECT_RESULT_OK(statsMapB.writeValue(key, statsMapValue, BPF_ANY)); in TEST_F()
187 statsResult = statsMapB.readValue(key); in TEST_F()