Searched refs:property_list (Results 1 – 4 of 4) sorted by relevance
/system/core/libcutils/include_vndk/cutils/ |
D | properties.h | 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
|
/system/core/libcutils/include/cutils/ |
D | properties.h | 110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
|
/system/server_configurable_flags/libflags/ |
D | server_configurable_flags.cc | 74 property_list(ResetFlag, &reset_flags); in ResetAllFlags()
|
/system/core/libcutils/ |
D | properties.cpp | 141 int property_list(void (*fn)(const char* name, const char* value, void* cookie), void* cookie) { in property_list() function
|