Home
last modified time | relevance | path

Searched defs:SetInt (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_main_shim_BtifConfigInterface.cc34 bool bluetooth::shim::BtifConfigInterface::SetInt(const std::string& section, in SetInt() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/gd/storage/
H A Dconfig_cache_helper.cc86 void ConfigCacheHelper::SetInt(const std::string& section, const std::string& property, int value) { in SetInt() function in bluetooth::storage::ConfigCacheHelper
/aosp12/system/bt/main/shim/
H A Dconfig.cc56 bool BtifConfigInterface::SetInt(const std::string& section, in SetInt() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/btif/src/
H A Dbtif_config_cache.cc239 void BtifConfigCache::SetInt(std::string section_name, std::string key, in SetInt() function in BtifConfigCache
/aosp12/art/runtime/
H A Dart_field-inl.h215 inline void ArtField::SetInt(ObjPtr<mirror::Object> object, int32_t i) { in SetInt() function
/aosp12/art/dexlayout/
H A Ddex_ir.h775 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt() function