Lines Matching refs:section
45 bool btif_config_exist(const std::string& section, const std::string& key);
46 bool btif_config_get_int(const std::string& section, const std::string& key,
48 bool btif_config_set_int(const std::string& section, const std::string& key,
50 bool btif_config_get_uint64(const std::string& section, const std::string& key,
52 bool btif_config_set_uint64(const std::string& section, const std::string& key,
54 bool btif_config_get_str(const std::string& section, const std::string& key,
56 bool btif_config_set_str(const std::string& section, const std::string& key,
58 bool btif_config_get_bin(const std::string& section, const std::string& key,
60 bool btif_config_set_bin(const std::string& section, const std::string& key,
62 bool btif_config_remove(const std::string& section, const std::string& key);
64 size_t btif_config_get_bin_length(const std::string& section,