Home
last modified time | relevance | path

Searched refs:kDefaultSectionName (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dlegacy_config_file.cc47 std::string section(ConfigCache::kDefaultSectionName); in Read()
Dlegacy_config_file_test.cc180 …EXPECT_THAT(config_read->GetProperty(ConfigCache::kDefaultSectionName, "first_key"), Optional(StrE… in TEST()
Dconfig_cache.h127 static const std::string kDefaultSectionName; variable
Dconfig_cache.cc59 const std::string ConfigCache::kDefaultSectionName = "Global"; member in bluetooth::storage::ConfigCache