Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DBpfMapTest.cpp79 void writeToMapAndCheck(BpfMap<uint32_t, uint32_t>& map, uint32_t key, uint32_t value) { in writeToMapAndCheck() function in android::bpf::BpfMapTest
117 writeToMapAndCheck(testMap, key, value_write); in TEST_F()
131 writeToMapAndCheck(testMap, key, value_write); in TEST_F()
146 writeToMapAndCheck(testMap2, key, value); in TEST_F()
160 writeToMapAndCheck(testMap1, key, value); in TEST_F()
208 writeToMapAndCheck(testMap, key, value_write); in TEST_F()