Home
last modified time | relevance | path

Searched refs:halInfos (Results 1 – 1 of 1) sorted by relevance

/system/core/storaged/
Dstoraged_info.cpp329 auto ret = mHealth->getStorageInfo([this](auto result, const auto& halInfos) { in report() argument
334 if (result != Result::SUCCESS || halInfos.size() == 0) { in report()
336 << halInfos.size(); in report()
339 set_values_from_hal_storage_info(halInfos[0]); in report()