Searched defs:GetInt (Results 1 – 5 of 5) sorted by relevance
/system/bt/gd/storage/ | ||
D | config_cache_helper.cc | 90 std::optional<int> ConfigCacheHelper::GetInt(const std::string& section, const std::string& propert… in GetInt() function in bluetooth::storage::ConfigCacheHelper |
/system/bt/main/shim/ | ||
D | config.cc | 45 bool BtifConfigInterface::GetInt(const std::string& section, in GetInt() function in bluetooth::shim::BtifConfigInterface |
/system/bt/btif/src/ | ||
D | btif_config_cache.cc | 244 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt() function in BtifConfigCache |
/system/update_engine/ | ||
D | test_http_server.cc | 515 inline int GetInt(const off_t index) const { return atoi(GetCStr(index)); } in GetInt() function in chromeos_update_engine::UrlTerms |
/system/keymaster/tests/ | ||
D | authorization_set_test.cpp | 428 TEST(GetValue, GetInt) { in TEST() argument |