Searched refs:Foreach (Results 1 – 4 of 4) sorted by relevance
72 int Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie);
131 return system_properties.Foreach(propfn, cookie); in __system_property_foreach()
467 Foreach(find_nth::fn, &state); in FindNth()471 int SystemProperties::Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie) { in Foreach() function in SystemProperties
293 ASSERT_EQ(0, system_properties.Foreach(foreach_test_callback, &count)); in TEST()374 system_properties.Foreach(hierarchical_test_callback, ok); in TEST()