Home
last modified time | relevance | path

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

/system/bt/gd/storage/
Dconfig_cache_helper_test.cc66 ConfigCacheHelper(config).SetUint32("A", "B", 123); in TEST()
77 ConfigCacheHelper(config).SetUint32("A", "B", 0); in TEST()
Dconfig_cache_helper.cc55 void ConfigCacheHelper::SetUint32(const std::string& section, const std::string& property, uint32_t… in SetUint32() function in bluetooth::storage::ConfigCacheHelper
Dconfig_cache_helper.h49 virtual void SetUint32(const std::string& section, const std::string& property, uint32_t value);