Lines Matching defs:section
212 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist()
218 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int()
225 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int()
232 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64()
239 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64()
265 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str()
273 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str()
280 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin()
288 size_t btif_config_get_bin_length(const std::string& section, in btif_config_get_bin_length()
295 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin()
321 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove()
327 void btif_config_remove_device(const std::string& section) { in btif_config_remove_device()