Searched refs:kDefaultSectionName (Results 1 – 4 of 4) sorted by relevance
47 std::string section(ConfigCache::kDefaultSectionName); in Read()
180 …EXPECT_THAT(config_read->GetProperty(ConfigCache::kDefaultSectionName, "first_key"), Optional(StrE… in TEST()
127 static const std::string kDefaultSectionName; variable
59 const std::string ConfigCache::kDefaultSectionName = "Global"; member in bluetooth::storage::ConfigCache