/aosp12/system/bt/btif/src/ |
H A 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() 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 D | bte_conf.cc | 43 char section_name[16] = {0}; in bte_load_did_conf() local
|
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | vendor_tag_interface.h | 31 std::string section_name; member
|
H A D | vendor_tag_utils.cc | 246 status_t VendorTagManager::GetTag(const std::string section_name, in GetTag()
|
/aosp12/system/linkerconfig/contents/tests/configuration/include/ |
H A D | linkerconfigparser.h | 40 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 D | read_elf.cpp | 216 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 D | fs_config_generator.py | 608 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 D | fs_config_generator.py | 608 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 D | dumpstate_smoke_test.cpp | 86 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 D | vendor_tag_tests.cc | 182 const char* section_name = in TEST() local
|
/aosp12/system/bt/gd/storage/ |
H A D | config_cache.cc | 364 …const std::string& section_name, common::ListMap<std::string, std::string>& device_section_entries… in FixDeviceTypeInconsistencyInSection()
|
/aosp12/bionic/linker/ |
H A D | linker_config.cpp | 197 std::string section_name; in parse_config_file() local
|
/aosp12/art/dexlayout/ |
H A D | dex_verify.cc | 53 const char* section_name, in VerifyIds()
|
/aosp12/art/runtime/ |
H A D | elf_file.cc | 1623 bool ElfFile::GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, in GetSectionOffsetAndSize()
|
/aosp12/hardware/google/camera/common/hal/common/ |
H A D | hal_types.h | 88 std::string section_name; member
|