Home
last modified time | relevance | path

Searched defs:section_name (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_config_cache.cc83 bool BtifConfigCache::HasPersistentSection(const std::string& section_name) { in HasPersistentSection()
88 bool BtifConfigCache::HasUnpairedSection(const std::string& section_name) { in HasUnpairedSection()
92 bool BtifConfigCache::HasSection(const std::string& section_name) { in HasSection()
96 bool BtifConfigCache::HasKey(const std::string& section_name, in HasKey()
122 bool BtifConfigCache::RemoveKey(const std::string& section_name, in RemoveKey()
172 void BtifConfigCache::SetString(std::string section_name, std::string key, in SetString()
222 const std::string& section_name, const std::string& key) { in GetString()
244 void BtifConfigCache::SetInt(std::string section_name, std::string key, in SetInt()
249 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt()
270 void BtifConfigCache::SetUint64(std::string section_name, std::string key, in SetUint64()
[all …]
/packages/modules/Bluetooth/system/main/
Dbte_conf.cc42 char section_name[16] = {0}; in bte_load_did_conf() local
/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache.cc422const std::string& section_name, common::ListMap<std::string, std::string>& device_section_entries… in FixDeviceTypeInconsistencyInSection()