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