Searched refs:healthService (Results 1 – 4 of 4) sorted by relevance
176 disk_stats_monitor(const android::sp<android::hardware::health::V2_0::IHealth>& healthService,179 healthService != nullptr193 mHealth(healthService) {}
74 const sp<android::hardware::health::V2_0::IHealth>& healthService);
60 storage_info_t* storage_info_t::get_storage_info(const sp<IHealth>& healthService) { in get_storage_info() argument61 if (healthService != nullptr) { in get_storage_info()62 return new health_storage_info_t(healthService); in get_storage_info()
240 auto healthService = get_health_service(); in TEST() local243 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()