Searched defs:GetInt (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/storage/ | ||
D | config_cache_helper.cc | 100 std::optional<int> ConfigCacheHelper::GetInt(const std::string& section, in GetInt() function in bluetooth::storage::ConfigCacheHelper |
D | storage_module.cc | 348 std::optional<int> StorageModule::GetInt(const std::string& section, in GetInt() function in bluetooth::storage::StorageModule |
/packages/modules/Bluetooth/system/test/mock/ | ||
D | mock_main_shim_BtifConfigInterface.cc | 28 bool bluetooth::shim::BtifConfigInterface::GetInt(const std::string& /* section */, in GetInt() function in bluetooth::shim::BtifConfigInterface |
/packages/modules/Bluetooth/system/main/shim/ | ||
D | config.cc | 42 bool BtifConfigInterface::GetInt(const std::string& section, const std::string& property, in GetInt() function in bluetooth::shim::BtifConfigInterface |
/packages/modules/StatsD/statsd/src/logd/ | ||
D | LogEvent.cpp | 641 int LogEvent::GetInt(size_t key, status_t* err) const { in GetInt() function in android::os::statsd::LogEvent |