Home | History | Annotate | Download | only in include

Lines Matching refs:string

27 #include <string>
33 bool btif_config_exist(const std::string& section, const std::string& key);
34 bool btif_config_get_int(const std::string& section, const std::string& key,
36 bool btif_config_set_int(const std::string& section, const std::string& key,
38 bool btif_config_get_uint64(const std::string& section, const std::string& key,
40 bool btif_config_set_uint64(const std::string& section, const std::string& key,
42 bool btif_config_get_str(const std::string& section, const std::string& key,
44 bool btif_config_set_str(const std::string& section, const std::string& key,
45 const std::string& value);
46 bool btif_config_get_bin(const std::string& section, const std::string& key,
48 bool btif_config_set_bin(const std::string& section, const std::string& key,
50 bool btif_config_remove(const std::string& section, const std::string& key);
52 size_t btif_config_get_bin_length(const std::string& section,
53 const std::string& key);