Home
last modified time | relevance | path

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

/aosp14/system/core/storaged/include/
H A Dstoraged_diskstats.h176 disk_stats_monitor(const std::shared_ptr<aidl::android::hardware::health::IHealth>& healthService,
179 healthService != nullptr
194 mHealth(healthService) {}
H A Dstoraged_info.h74 const shared_ptr<aidl::android::hardware::health::IHealth>& healthService);
/aosp14/system/core/storaged/
H A Dstoraged_info.cpp59 storage_info_t* storage_info_t::get_storage_info(const shared_ptr<IHealth>& healthService) { in get_storage_info() argument
60 if (healthService != nullptr) { in get_storage_info()
61 return new health_storage_info_t(healthService); in get_storage_info()
/aosp14/system/core/storaged/tests/
H A Dstoraged_test.cpp244 auto [healthService, hidlHealth] = HealthServicePair::get(); in TEST()
247 ASSERT_TRUE(healthService != nullptr || access(MMC_DISK_STATS_PATH, R_OK) >= 0 || in TEST()
251 disk_stats_monitor dsm_detect{healthService}; in TEST()
256 if (healthService->getDiskStats(&halStats).getExceptionCode() == EX_UNSUPPORTED_OPERATION) { in TEST()
304 disk_stats_monitor dsm_acc{healthService}; in TEST()