Home
last modified time | relevance | path

Searched defs:SetUint64 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.cc47 void ConfigCacheHelper::SetUint64(const std::string& section, const std::string& property, in SetUint64() function in bluetooth::storage::ConfigCacheHelper
Dstorage_module.cc299 void StorageModule::SetUint64(const std::string& section, const std::string& property, in SetUint64() function in bluetooth::storage::StorageModule
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_BtifConfigInterface.cc41 bool bluetooth::shim::BtifConfigInterface::SetUint64(const std::string& /* section */, in SetUint64() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Drat.go347 func (z *Rat) SetUint64(x uint64) *Rat { func
Dfloat.go531 func (z *Float) SetUint64(x uint64) *Float { func
Dint.go70 func (z *Int) SetUint64(x uint64) *Int { func
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc68 bool BtifConfigInterface::SetUint64(const std::string& section, const std::string& property, in SetUint64() function in bluetooth::shim::BtifConfigInterface
/aosp_15_r20/external/cronet/components/prefs/
H A Dpref_service.cc476 void PrefService::SetUint64(const std::string& path, uint64_t value) { in SetUint64() function in PrefService