Home
last modified time | relevance | path

Searched refs:PropertyValueProcessor (Results 1 – 2 of 2) sorted by relevance

/base/startup/init/interfaces/innerkits/syspara/
Dparam_comm.h33 typedef char *(*PropertyValueProcessor)(const char *key, char *value); typedef
36 INIT_LOCAL_API PropertyValueProcessor SetPropertyGetProcessor(PropertyValueProcessor processor);
Dparam_comm.c88 static PropertyValueProcessor g_propertyGetProcessor = NULL;
114 INIT_LOCAL_API PropertyValueProcessor SetPropertyGetProcessor(PropertyValueProcessor processor) in SetPropertyGetProcessor()
116 PropertyValueProcessor prev = g_propertyGetProcessor; in SetPropertyGetProcessor()