Home
last modified time | relevance | path

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

/ohos5.0/base/customization/config_policy/frameworks/config_policy/src/
H A Dconfig_policy_utils.c79 typedef char *(*QueryFunc)(const char *key); typedef
80 static char *ExpandStr(char *src, const char *def, QueryFunc queryFunc);
332 static char *ExpandStr(char *src, const char *def, QueryFunc queryFunc) in ExpandStr()