Searched defs:section_name (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/src/ |
D | btif_config_cache.cc | 77 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 …]
|
D | btif_config.cc | 223 auto& section_name = section.name; in init_metric_id_allocator() local
|
/system/bt/main/ |
D | bte_conf.cc | 43 char section_name[16] = {0}; in bte_load_did_conf() local
|
/system/linkerconfig/contents/tests/configuration/include/ |
D | linkerconfigparser.h | 40 std::string section_name = match[1]; in ParseDirPath() local 220 std::string section_name = match[1]; in ParseConfiguration() local
|
/system/extras/simpleperf/ |
D | read_elf.cpp | 235 …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()
|