Searched refs:SetUint64 (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ |
D | config_cache_helper_test.cc | 48 ConfigCacheHelper(config).SetUint64("A", "B", 123); in TEST() 54 ConfigCacheHelper(config).SetUint64("A", "B", num); in TEST() 59 ConfigCacheHelper(config).SetUint64("A", "B", 0); in TEST() 73 ConfigCacheHelper(config).SetUint64("A", "B", num); in TEST()
|
D | config_cache_helper.cc | 47 void ConfigCacheHelper::SetUint64(const std::string& section, const std::string& property, in SetUint64() function in bluetooth::storage::ConfigCacheHelper
|
D | storage_module.cc | 309 void StorageModule::SetUint64(const std::string& section, const std::string& property, in SetUint64() function in bluetooth::storage::StorageModule 312 ConfigCacheHelper::FromConfigCache(pimpl_->cache_).SetUint64(section, property, value); in SetUint64()
|
D | storage_module.h | 175 void SetUint64(const std::string& section, const std::string& property, uint64_t value);
|
D | config_cache_helper.h | 49 virtual void SetUint64(const std::string& section, const std::string& property, uint64_t value);
|
/packages/modules/Bluetooth/system/main/shim/ |
D | config.cc | 68 bool BtifConfigInterface::SetUint64(const std::string& section, const std::string& property, in SetUint64() function in bluetooth::shim::BtifConfigInterface 70 GetStorage()->SetUint64(section, property, value); in SetUint64()
|
D | config.h | 35 static bool SetUint64(const std::string& section, const std::string& key, uint64_t value);
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_main_shim_BtifConfigInterface.cc | 41 bool bluetooth::shim::BtifConfigInterface::SetUint64(const std::string& /* section */, in SetUint64() function in bluetooth::shim::BtifConfigInterface
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_config.cc | 229 return bluetooth::shim::BtifConfigInterface::SetUint64(section, key, value); in btif_config_set_uint64()
|