Searched refs:GetUint32 (Results 1 – 3 of 3) sorted by relevance
75 ASSERT_FALSE(ConfigCacheHelper(config).GetUint32("A", "B")); in TEST()79 ASSERT_THAT(ConfigCacheHelper(config).GetUint32("A", "B"), Optional(Eq(0))); in TEST()
59 std::optional<uint32_t> ConfigCacheHelper::GetUint32(const std::string& section, const std::string&… in GetUint32() function in bluetooth::storage::ConfigCacheHelper
50 …virtual std::optional<uint32_t> GetUint32(const std::string& section, const std::string& property)…