Home
last modified time | relevance | path

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

/system/core/storaged/include/
Dstoraged_diskstats.h176 disk_stats_monitor(const android::sp<android::hardware::health::V2_0::IHealth>& healthService,
179 healthService != nullptr
193 mHealth(healthService) {}
Dstoraged_info.h74 const sp<android::hardware::health::V2_0::IHealth>& healthService);
/system/core/storaged/
Dstoraged_info.cpp61 storage_info_t* storage_info_t::get_storage_info(const sp<IHealth>& healthService) { in get_storage_info() argument
62 if (healthService != nullptr) { in get_storage_info()
63 return new health_storage_info_t(healthService); in get_storage_info()
/system/core/storaged/tests/
Dstoraged_test.cpp240 auto healthService = get_health_service(); in TEST() local
243 ASSERT_TRUE(healthService != nullptr || access(MMC_DISK_STATS_PATH, R_OK) >= 0 || in TEST()
247 disk_stats_monitor dsm_detect{healthService}; in TEST()
291 disk_stats_monitor dsm_acc{healthService}; in TEST()