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()
161 void BtifConfigCache::SetString(std::string section_name, std::string key, in SetString()
212 const std::string& section_name, const std::string& key) { in GetString()
234 void BtifConfigCache::SetInt(std::string section_name, std::string key, in SetInt()
239 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt()
260 void BtifConfigCache::SetUint64(std::string section_name, std::string key, in SetUint64()
[all …]
Dbtif_config.cc223 auto& section_name = section.name; in init_metric_id_allocator() local
/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.cpp235 …adSectionFromELFFile(const llvm::object::ELFObjectFile<ELFT>* elf, const std::string& section_name, in ReadSectionFromELFFile()
278 llvm::StringRef section_name; in ReadSymbolTable() local
332 llvm::StringRef section_name; in AddSymbolForPltSection() local
360 llvm::StringRef section_name; in CheckSymbolSections() local
552 ElfStatus ReadSectionFromElfFile(const std::string& filename, const std::string& section_name, in ReadSectionFromElfFile()