/aosp12/system/bt/test/mock/ |
H A D | mock_main_shim_BtifConfigInterface.cc | 22 const std::string& section) { in HasSection() 26 const std::string& section, const std::string& property) { in HasProperty() 29 bool bluetooth::shim::BtifConfigInterface::GetInt(const std::string& section, in GetInt() 34 bool bluetooth::shim::BtifConfigInterface::SetInt(const std::string& section, in SetInt() 49 bool bluetooth::shim::BtifConfigInterface::GetStr(const std::string& section, in GetStr() 56 const std::string& section, const std::string& key) { in GetStr() 59 bool bluetooth::shim::BtifConfigInterface::SetStr(const std::string& section, in SetStr() 64 bool bluetooth::shim::BtifConfigInterface::GetBin(const std::string& section, in GetBin() 71 const std::string& section, const std::string& key) { in GetBinLength() 74 bool bluetooth::shim::BtifConfigInterface::SetBin(const std::string& section, in SetBin() [all …]
|
H A D | mock_btif_config.cc | 85 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist() 89 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int() 94 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int() 99 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() 104 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() 109 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() 115 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() 120 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() 126 size_t btif_config_get_bin_length(const std::string& section, in btif_config_get_bin_length() 131 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin() [all …]
|
/aosp12/system/bt/gd/storage/ |
H A D | config_cache_helper.cc | 25 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, bool value… in SetBool() 29 std::optional<bool> ConfigCacheHelper::GetBool(const std::string& section, const std::string& prope… in GetBool() argument 43 void ConfigCacheHelper::SetUint64(const std::string& section, const std::string& property, uint64_t… in SetUint64() 47 std::optional<uint64_t> ConfigCacheHelper::GetUint64(const std::string& section, const std::string&… in GetUint64() argument 55 void ConfigCacheHelper::SetUint32(const std::string& section, const std::string& property, uint32_t… in SetUint32() 74 void ConfigCacheHelper::SetInt64(const std::string& section, const std::string& property, int64_t v… in SetInt64() 78 std::optional<int64_t> ConfigCacheHelper::GetInt64(const std::string& section, const std::string& p… in GetInt64() argument 86 void ConfigCacheHelper::SetInt(const std::string& section, const std::string& property, int value) { in SetInt() 90 std::optional<int> ConfigCacheHelper::GetInt(const std::string& section, const std::string& propert… in GetInt() argument 106 const std::string& section, const std::string& property, const std::vector<uint8_t>& value) { in SetBin() [all …]
|
H A D | config_cache_helper.h | 59 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 71 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 83 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 88 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 93 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 98 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 107 std::optional<T> Get(const std::string& section, const std::string& property) { in Get() 121 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
|
H A D | config_cache.cc | 120 bool ConfigCache::HasProperty(const std::string& section, const std::string& property) const { in HasProperty() argument 137 std::optional<std::string> ConfigCache::GetProperty(const std::string& section, const std::string& … in GetProperty() argument 163 void ConfigCache::SetProperty(std::string section, std::string property, std::string value) { in SetProperty() 202 bool ConfigCache::RemoveSection(const std::string& section) { in RemoveSection() 213 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty() 258 bool ConfigCache::IsDeviceSection(const std::string& section) { in IsDeviceSection() 426 const std::string& section, const std::unordered_set<std::string_view>& property_names) const { in HasAtLeastOneMatchingPropertiesInSection() argument
|
H A D | adapter_config.cc | 22 …terConfig::AdapterConfig(ConfigCache* config, ConfigCache* memory_only_config, std::string section) in AdapterConfig()
|
/aosp12/system/bt/main/shim/ |
H A D | config.cc | 36 bool BtifConfigInterface::HasSection(const std::string& section) { in HasSection() 40 bool BtifConfigInterface::HasProperty(const std::string& section, in HasProperty() 45 bool BtifConfigInterface::GetInt(const std::string& section, in GetInt() 56 bool BtifConfigInterface::SetInt(const std::string& section, in SetInt() 63 bool BtifConfigInterface::GetUint64(const std::string& section, in GetUint64() 75 bool BtifConfigInterface::SetUint64(const std::string& section, in SetUint64() 83 bool BtifConfigInterface::GetStr(const std::string& section, in GetStr() 104 const std::string& section, const std::string& property) { in GetStr() 108 bool BtifConfigInterface::SetStr(const std::string& section, in SetStr() 116 bool BtifConfigInterface::GetBin(const std::string& section, in GetBin() [all …]
|
/aosp12/system/bt/osi/src/ |
H A D | config.cc | 81 const std::string& section, in entry_find() 146 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() 151 int config_get_int(const config_t& config, const std::string& section, in config_get_int() 183 const std::string& section, in config_get_string() 192 void config_set_int(config_t* config, const std::string& section, in config_set_int() 197 void config_set_uint64(config_t* config, const std::string& section, in config_set_uint64() 202 void config_set_bool(config_t* config, const std::string& section, in config_set_bool() 207 void config_set_string(config_t* config, const std::string& section, in config_set_string() 246 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() 304 for (const section_t& section : config.sections) { in config_save() local [all …]
|
/aosp12/system/linkerconfig/modules/tests/ |
H A D | section_test.cc | 105 Section section("test_section", std::move(namespaces)); in TEST() local 118 Section section("test_section", std::move(namespaces)); in TEST() local 135 Section section("section", std::move(namespaces)); in TEST() local 164 Section section("section", std::move(namespaces)); in TEST() local 178 Section section("section", std::move(namespaces)); in TEST() local 192 Section section("section", std::move(namespaces)); in TEST() local 218 Section section("section", std::move(namespaces)); in TEST() local
|
/aosp12/system/bt/btif/src/ |
H A D | btif_config_cache.cc | 34 bool has_link_key_in_section(const section_t& section) { in has_link_key_in_section() 43 bool is_local_section_info(const std::string& section) { in is_local_section_info() 96 section_t* section = unpaired_devices_cache_.Find(section_name); in HasKey() local 118 section_t* section = unpaired_devices_cache_.Find(section_name); in RemoveKey() local 154 for (const auto& section : paired_devices_list_.sections) { in GetPersistentSectionNames() local 182 section_t section = {}; in SetString() local 228 section_t section = {}; in GetString() local
|
H A D | btif_config.cc | 390 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist() 399 bool btif_config_get_int(const std::string& section, const std::string& key, in btif_config_get_int() 415 bool btif_config_set_int(const std::string& section, const std::string& key, in btif_config_set_int() 426 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() 442 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() 472 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() 492 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() 509 bool btif_config_get_bin(const std::string& section, const std::string& key, in btif_config_get_bin() 574 size_t btif_config_get_bin_length(const std::string& section, in btif_config_get_bin_length() 587 bool btif_config_set_bin(const std::string& section, const std::string& key, in btif_config_set_bin() [all …]
|
/aosp12/system/linkerconfig/modules/ |
H A D | configuration.cc | 42 for (auto& section : sections_) { in WriteConfig() local 48 for (auto& section : sections_) { in GetSection() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationPersistence.java | 116 private static void writePackageStates(@NonNull SettingsXml.WriteSection section, in writePackageStates() 149 private static void readPackageStates(@NonNull SettingsXml.ReadSection section, in readPackageStates() 166 private static DomainVerificationPkgState createPkgStateFromXml( in createPkgStateFromXml() 196 private static void readUserStates(@NonNull SettingsXml.ReadSection section, in readUserStates() 250 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates() 286 private static DomainVerificationInternalUserState createUserStateFromXml( in createUserStateFromXml() 304 private static void readEnabledHosts(@NonNull SettingsXml.ReadSection section, in readEnabledHosts() 317 try (SettingsXml.WriteSection section = in writeUserStateToXml()
|
/aosp12/system/linkerconfig/contents/tests/configuration/include/ |
H A D | configurationtest.h | 37 inline void ValidateAllNamespacesAreVisible(const Section& section) { in ValidateAllNamespacesAreVisible() 59 inline void ValidateSection(const Section& section) { in ValidateSection()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | IProcessStats.aidl | 35 long getCommittedStats(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStats() 46 long getCommittedStatsMerged(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStatsMerged()
|
/aosp12/bionic/libc/dns/nameser/ |
H A D | ns_parse.c | 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
|
/aosp12/frameworks/base/libs/incident/src/ |
H A D | IncidentReportArgs.cpp | 127 int32_t section; in readFromParcel() local 187 IncidentReportArgs::addSection(int section) in addSection() 219 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | XmpDepthDecode.java | 223 Section section = new Section(); in parse() local 287 Section section = new Section(); in readSection() local 299 Section section = new Section(); in readSection() local 307 Section section = new Section(); in readSection() local 417 Section section = xmpSections.get(i); in parseExtendedXMPSections() local
|
/aosp12/hardware/libhardware/modules/camera/3_0/ |
H A D | VendorTags.cpp | 95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local 113 const Section* section = getSection(tag); in getEntry() local 165 const Section* section = getSection(tag); in getSectionName() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IncidentReportArgs.java | 173 public void addSection(int section) { in addSection() 189 public boolean containsSection(int section) { in containsSection()
|
H A D | IIncidentReportStatusListener.aidl | 30 void onReportSectionStatus(int section, int status); in onReportSectionStatus()
|
/aosp12/system/linkerconfig/contents/section/ |
H A D | recovery.cc | 31 Section section("recovery", std::move(namespaces)); in BuildRecoverySection() local
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 58 std::list<section_t>::iterator config_t::Find(const std::string& section) { in Find() 69 bool config_get_bool(const config_t& config, const std::string& section, in config_get_bool() 74 bool config_has_key(const config_t& config, const std::string& section, in config_has_key() 83 bool config_remove_key(config_t* config, const std::string& section, in config_remove_key() 88 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() 105 const std::string& section, in config_get_string() 111 int config_get_int(const config_t& config, const std::string& section, in config_get_int() 137 void config_set_bool(config_t* config, const std::string& section, in config_set_bool() 141 void config_set_int(config_t* config, const std::string& section, in config_set_int() 145 void config_set_string(config_t* config, const std::string& section, in config_set_string() [all …]
|
/aosp12/frameworks/base/cmds/incident/ |
H A D | main.cpp | 76 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus() 150 IncidentSection const* section = INCIDENT_SECTIONS + mid; in find_section() local 336 int section = strtol(arg, &end, 0); in main() local
|
/aosp12/art/runtime/ |
H A D | image-inl.h | 90 const ImageSection& section = GetImTablesSection(); in VisitPackedImTables() local 108 const ImageSection& section = GetIMTConflictTablesSection(); in VisitPackedImtConflictTables() local
|