Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h73 int Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie);
/bionic/libc/system_properties/
Dsystem_properties.cpp363 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
/bionic/libc/bionic/
Dsystem_property_api.cpp130 return system_properties.Foreach(propfn, cookie); in __system_property_foreach()
/bionic/tests/
Dsystem_properties_test.cpp219 ASSERT_EQ(0, system_properties.Foreach(foreach_test_callback, &count)); in TEST()
300 system_properties.Foreach(hierarchical_test_callback, ok); in TEST()