Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
DBpfMap.h132 Result<void> iterateWithValue(
207 Result<void> BpfMapRO<Key, Value>::iterateWithValue( in iterateWithValue() function
299 Result<void> iterateWithValue(
310 Result<void> iterateWithValue(
332 Result<void> BpfMap<Key, Value>::iterateWithValue( in iterateWithValue() function
364 Result<void> BpfMap<Key, Value>::iterateWithValue( in iterateWithValue() function
/packages/modules/Connectivity/staticlibs/native/bpf_headers/
DBpfMapTest.cpp190 TEST_F(BpfMapTest, iterateWithValue) { in TEST_F() argument
205 EXPECT_RESULT_OK(testMap.iterateWithValue(iterateWithDeletion)); in TEST_F()
233 EXPECT_RESULT_OK(testMap.iterateWithValue( in TEST_F()
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/
DBpfNetworkStats.cpp259 Result<void> res = statsMap.iterateWithValue(processDetailIfaceStats); in parseBpfNetworkStatsDevInternal()