Searched refs:Foreach (Results 1 – 4 of 4) sorted by relevance
73 int Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie);
363 Foreach(find_nth::fn, &state); in FindNth()367 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach() function in SystemProperties
130 return system_properties.Foreach(propfn, cookie); in __system_property_foreach()
219 ASSERT_EQ(0, system_properties.Foreach(foreach_test_callback, &count)); in TEST()300 system_properties.Foreach(hierarchical_test_callback, ok); in TEST()