Home
last modified time | relevance | path

Searched defs:GetInt (Results 1 – 5 of 5) sorted by relevance

/system/bt/gd/storage/
Dconfig_cache_helper.cc90 std::optional<int> ConfigCacheHelper::GetInt(const std::string& section, const std::string& propert… in GetInt() function in bluetooth::storage::ConfigCacheHelper
/system/bt/main/shim/
Dconfig.cc45 bool BtifConfigInterface::GetInt(const std::string& section, in GetInt() function in bluetooth::shim::BtifConfigInterface
/system/bt/btif/src/
Dbtif_config_cache.cc244 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt() function in BtifConfigCache
/system/update_engine/
Dtest_http_server.cc515 inline int GetInt(const off_t index) const { return atoi(GetCStr(index)); } in GetInt() function in chromeos_update_engine::UrlTerms
/system/keymaster/tests/
Dauthorization_set_test.cpp428 TEST(GetValue, GetInt) { in TEST() argument