HomeSort by relevance Sort by last modified time
    Searched refs:config_get_string (Results 1 - 7 of 7) sorted by null

  /system/bt/main/
bte_init_cpp_logging.cc 28 config_get_string(config, CONFIG_DEFAULT_SECTION, "LoggingV", NULL);
30 config_get_string(config, CONFIG_DEFAULT_SECTION, "LoggingVModule", NULL);
bte_conf.cc 61 config_get_string(config, section_name, "clientExecutableURL", ""),
64 config_get_string(config, section_name, "serviceDescription", ""),
67 config_get_string(config, section_name, "documentationURL", ""),
stack_config.cc 95 return config_get_string(config, CONFIG_DEFAULT_SECTION,
  /system/bt/osi/include/
config.h 82 const char* config_get_string(const config_t* config, const char* section,
  /system/bt/osi/test/
config_test.cc 86 config_get_string(config, CONFIG_DEFAULT_SECTION, "first_key", "one"),
87 config_get_string(clone, CONFIG_DEFAULT_SECTION, "first_key", "one"));
103 config_get_string(config, CONFIG_DEFAULT_SECTION, "first_key", "meow"),
  /system/bt/btif/src/
btif_config.cc 171 time_str = config_get_string(config, INFO_SECTION, FILE_TIMESTAMP, NULL);
292 const char* stored_value = config_get_string(config, section, key, NULL);
322 const char* value_str = config_get_string(config, section, key, NULL);
344 const char* value_str = config_get_string(config, section, key, NULL);
522 config_get_string(config, INFO_SECTION, FILE_SOURCE, "Original"));
  /system/bt/osi/src/
config.cc 180 const char* config_get_string(const config_t* config, const char* section, function

Completed in 191 milliseconds