Home
last modified time | relevance | path

Searched refs:property_list (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libcutils/include/cutils/
H A Dproperties.h113 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h113 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
/aosp14/system/core/libcutils/
H A Dproperties.cpp113 int property_list(void (*fn)(const char* name, const char* value, void* cookie), void* cookie) { in property_list() function