Home
last modified time | relevance | path

Searched refs:GetUint32 (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_helper_test.cc75 ASSERT_FALSE(ConfigCacheHelper(config).GetUint32("A", "B")); in TEST()
79 ASSERT_THAT(ConfigCacheHelper(config).GetUint32("A", "B"), Optional(Eq(0))); in TEST()
Dconfig_cache_helper.cc59 std::optional<uint32_t> ConfigCacheHelper::GetUint32(const std::string& section, const std::string&… in GetUint32() function in bluetooth::storage::ConfigCacheHelper
Dconfig_cache_helper.h50 …virtual std::optional<uint32_t> GetUint32(const std::string& section, const std::string& property)…