Home
last modified time | relevance | path

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

/system/core/libcutils/include_vndk/cutils/
Dproperties.h110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
/system/core/libcutils/include/cutils/
Dproperties.h110 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), void *cookie);
/system/server_configurable_flags/libflags/
Dserver_configurable_flags.cc74 property_list(ResetFlag, &reset_flags); in ResetAllFlags()
/system/core/libcutils/
Dproperties.cpp141 int property_list(void (*fn)(const char* name, const char* value, void* cookie), void* cookie) { in property_list() function