Home
last modified time | relevance | path

Searched defs:def_value (Results 1 – 1 of 1) sorted by relevance

/system/bt/osi/src/
Dconfig.c151 int config_get_int(const config_t *config, const char *section, const char *key, int def_value) { in config_get_int()
165 bool config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) { in config_get_bool()
182 …g_get_string(const config_t *config, const char *section, const char *key, const char *def_value) { in config_get_string()