• Home
  • Raw
  • Download

Lines Matching refs:section

85 bool btif_config_exist(const std::string& section, const std::string& key) {  in btif_config_exist()  argument
87 return test::mock::btif_config::btif_config_exist(section, key); in btif_config_exist()
89 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int() argument
92 return test::mock::btif_config::btif_config_get_int(section, key, value); in btif_config_get_int()
94 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int() argument
97 return test::mock::btif_config::btif_config_set_int(section, key, value); in btif_config_set_int()
99 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() argument
102 return test::mock::btif_config::btif_config_get_uint64(section, key, value); in btif_config_get_uint64()
104 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() argument
107 return test::mock::btif_config::btif_config_set_uint64(section, key, value); in btif_config_set_uint64()
109 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() argument
112 return test::mock::btif_config::btif_config_get_str(section, key, value, in btif_config_get_str()
115 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() argument
118 return test::mock::btif_config::btif_config_set_str(section, key, value); in btif_config_set_str()
120 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() argument
123 return test::mock::btif_config::btif_config_get_bin(section, key, value, in btif_config_get_bin()
126 size_t btif_config_get_bin_length(const std::string& section, in btif_config_get_bin_length() argument
129 return test::mock::btif_config::btif_config_get_bin_length(section, key); in btif_config_get_bin_length()
131 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin() argument
134 return test::mock::btif_config::btif_config_set_bin(section, key, value, in btif_config_set_bin()
141 bool btif_config_remove(const std::string& section, const std::string& key) { in btif_config_remove() argument
143 return test::mock::btif_config::btif_config_remove(section, key); in btif_config_remove()