Home
last modified time | relevance | path

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

/system/bt/osi/test/
Dconfig_test.cpp172 const char *section_name = config_section_name(section); in TEST_F()
184 const char *section_name = config_section_name(section); in TEST_F()
/system/bt/osi/include/
Dconfig.h128 const char *config_section_name(const config_section_node_t *iter);
/system/bt/btif/src/
Dbtif_config.c432 return config_section_name((const config_section_node_t *)section); in btif_config_section_name()
512 const char *section = config_section_name(snode); in btif_config_remove_unpaired()
570 const char *section = config_section_name(snode); in btif_config_remove_restricted()
/system/bt/osi/src/
Dconfig.c271 const char *config_section_name(const config_section_node_t *node) { in config_section_name() function