Lines Matching defs:section
222 for (auto& section : btif_config_sections()) { in init_metric_id_allocator() local
403 bool btif_config_has_section(const char* section) { in btif_config_has_section()
410 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist()
415 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int()
427 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int()
434 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64()
446 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64()
453 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str()
468 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str()
481 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin()
541 size_t btif_config_get_bin_length(const std::string& section, in btif_config_get_bin_length()
550 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin()
591 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove()