Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dlegacy_config_file.cc45 std::string section(ConfigCache::kDefaultSectionName); in Read()
Dconfig_cache.h121 static const std::string kDefaultSectionName; variable
Dlegacy_config_file_test.cc178 …EXPECT_THAT(config_read->GetProperty(ConfigCache::kDefaultSectionName, "first_key"), Optional(StrE… in TEST()
Dconfig_cache.cc49 const std::string ConfigCache::kDefaultSectionName = "Global"; member in bluetooth::storage::ConfigCache