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.h72 int Foreach(void (*propfn)(const prop_info* pi, void* cookie), void* cookie);
/bionic/libc/bionic/
Dsystem_property_api.cpp131 return system_properties.Foreach(propfn, cookie); in __system_property_foreach()
/bionic/libc/system_properties/
Dsystem_properties.cpp467 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
/bionic/tests/
Dsystem_properties_test.cpp293 ASSERT_EQ(0, system_properties.Foreach(foreach_test_callback, &count)); in TEST()
374 system_properties.Foreach(hierarchical_test_callback, ok); in TEST()