Searched refs:writeToMapAndCheck (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/staticlibs/native/bpf_headers/ |
D | BpfMapTest.cpp | 80 void writeToMapAndCheck(BpfMap<uint32_t, uint32_t>& map, uint32_t key, uint32_t value) { in writeToMapAndCheck() function in android::bpf::BpfMapTest 120 writeToMapAndCheck(testMap, key, value_write); in TEST_F() 135 writeToMapAndCheck(testMap, key, value_write); in TEST_F() 151 writeToMapAndCheck(testMap2, key, value); in TEST_F() 166 writeToMapAndCheck(testMap1, key, value); in TEST_F() 217 writeToMapAndCheck(testMap, key, value_write); in TEST_F()
|