Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config_cache.cc77 bool BtifConfigCache::HasPersistentSection(const std::string& section_name) { in HasPersistentSection()
82 bool BtifConfigCache::HasUnpairedSection(const std::string& section_name) { in HasUnpairedSection()
86 bool BtifConfigCache::HasSection(const std::string& section_name) { in HasSection()
90 bool BtifConfigCache::HasKey(const std::string& section_name, in HasKey()
116 bool BtifConfigCache::RemoveKey(const std::string& section_name, in RemoveKey()
166 void BtifConfigCache::SetString(std::string section_name, std::string key, in SetString()
217 const std::string& section_name, const std::string& key) { in GetString()
239 void BtifConfigCache::SetInt(std::string section_name, std::string key, in SetInt()
244 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt()
265 void BtifConfigCache::SetUint64(std::string section_name, std::string key, in SetUint64()
[all …]
/system/bt/main/
Dbte_conf.cc43 char section_name[16] = {0}; in bte_load_did_conf() local
/system/linkerconfig/contents/tests/configuration/include/
Dlinkerconfigparser.h40 std::string section_name = match[1]; in ParseDirPath() local
220 std::string section_name = match[1]; in ParseConfiguration() local
/system/extras/simpleperf/
Dread_elf.cpp214 llvm::StringRef section_name; in ReadSymbolTable() local
268 llvm::StringRef section_name; in AddSymbolForPltSection() local
296 llvm::StringRef section_name; in CheckSymbolSections() local
405 ElfStatus ReadSection(const std::string& section_name, std::string* content) override { in ReadSection()
/system/bt/gd/storage/
Dconfig_cache.cc364const std::string& section_name, common::ListMap<std::string, std::string>& device_section_entries… in FixDeviceTypeInconsistencyInSection()