Searched refs:config_get_string (Results 1 – 7 of 7) sorted by relevance
/system/bt/main/ |
D | bte_init_cpp_logging.cc | 28 config_get_string(*config, CONFIG_DEFAULT_SECTION, "LoggingV", NULL); in init_cpp_logging() 29 const std::string* loggingVModule = config_get_string( in init_cpp_logging()
|
D | bte_conf.cc | 63 config_get_string(*config, section_name, "clientExecutableURL", &empty) in bte_load_did_conf() 68 config_get_string(*config, section_name, "serviceDescription", &empty) in bte_load_did_conf() 72 config_get_string(*config, section_name, "documentationURL", &empty) in bte_load_did_conf()
|
D | stack_config.cc | 102 return config_get_string(*config, CONFIG_DEFAULT_SECTION, in get_pts_smp_options()
|
/system/bt/osi/test/ |
D | config_test.cc | 87 config_get_string(*config, CONFIG_DEFAULT_SECTION, "first_key", &one) in TEST_F() 89 config_get_string(*clone, CONFIG_DEFAULT_SECTION, "first_key", &one) in TEST_F() 102 config_get_string(*config, CONFIG_DEFAULT_SECTION, "first_key", nullptr) in TEST_F()
|
/system/bt/btif/src/ |
D | btif_config.cc | 230 time_str = config_get_string(*config, INFO_SECTION, FILE_TIMESTAMP, NULL); in init() 386 config_get_string(*config, section, key, NULL); in btif_config_get_str() 411 const std::string* value_str = config_get_string(*config, section, key, NULL); in btif_config_get_bin() 443 const std::string* value_str = config_get_string(*config, section, key, NULL); in btif_config_get_bin_length() 611 config_get_string(*config, INFO_SECTION, FILE_SOURCE, &original) in btif_debug_config_dump()
|
/system/bt/osi/include/ |
D | config.h | 93 const std::string* config_get_string(const config_t& config,
|
/system/bt/osi/src/ |
D | config.cc | 152 const std::string* config_get_string(const config_t& config, in config_get_string() function
|