Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DBpfMapTest.cpp83 void writeToMapAndCheck(BpfMap<uint32_t, uint32_t>& map, uint32_t key, uint32_t value) { in writeToMapAndCheck() function in android::bpf::BpfMapTest
125 writeToMapAndCheck(testMap, key, value_write); in TEST_F()
141 writeToMapAndCheck(testMap, key, value_write); in TEST_F()
158 writeToMapAndCheck(testMap2, key, value); in TEST_F()
174 writeToMapAndCheck(testMap1, key, value); in TEST_F()
228 writeToMapAndCheck(testMap, key, value_write); in TEST_F()