Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A 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()
265 void BtifConfigCache::SetUint64(std::string section_name, std::string key, in SetUint64()
271 const std::string& section_name, const std::string& key) { in GetUint64()
[all …]
/aosp12/system/bt/main/
H A Dbte_conf.cc43 char section_name[16] = {0}; in bte_load_did_conf() local
/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_interface.h31 std::string section_name; member
H A Dvendor_tag_utils.cc246 status_t VendorTagManager::GetTag(const std::string section_name, in GetTag()
/aosp12/system/linkerconfig/contents/tests/configuration/include/
H A Dlinkerconfigparser.h40 std::string section_name = match[1]; in ParseDirPath() local
220 std::string section_name = match[1]; in ParseConfiguration() local
/aosp12/system/extras/simpleperf/
H A Dread_elf.cpp216 llvm::StringRef section_name; in ReadSymbolTable() local
270 llvm::StringRef section_name; in AddSymbolForPltSection() local
298 llvm::StringRef section_name; in CheckSymbolSections() local
/aosp12/build/make/tools/fs_config/
H A Dfs_config_generator.py608 def _handle_aid(self, file_name, section_name, config): argument
659 def _handle_path(self, file_name, section_name, config): argument
821 def _handle_dup_and_add(name, file_name, section_name, seen): argument
/aosp12/bionic/libc/
H A Dfs_config_generator.py608 def _handle_aid(self, file_name, section_name, config): argument
659 def _handle_path(self, file_name, section_name, config): argument
821 def _handle_dup_and_add(name, file_name, section_name, seen): argument
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp86 bool IsSectionStart(const std::string& line, std::string* section_name) { in IsSectionStart()
119 std::string section_name; in ParseSections() local
440 std::string section_name; in TEST_F() local
/aosp12/hardware/google/camera/common/hal/tests/
H A Dvendor_tag_tests.cc182 const char* section_name = in TEST() local
/aosp12/system/bt/gd/storage/
H A Dconfig_cache.cc364const std::string& section_name, common::ListMap<std::string, std::string>& device_section_entries… in FixDeviceTypeInconsistencyInSection()
/aosp12/bionic/linker/
H A Dlinker_config.cpp197 std::string section_name; in parse_config_file() local
/aosp12/art/dexlayout/
H A Ddex_verify.cc53 const char* section_name, in VerifyIds()
/aosp12/art/runtime/
H A Delf_file.cc1623 bool ElfFile::GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, in GetSectionOffsetAndSize()
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h88 std::string section_name; member