Searched refs:healthService (Results 1 – 4 of 4) sorted by relevance
176 disk_stats_monitor(const std::shared_ptr<aidl::android::hardware::health::IHealth>& healthService,179 healthService != nullptr194 mHealth(healthService) {}
74 const shared_ptr<aidl::android::hardware::health::IHealth>& healthService);
59 storage_info_t* storage_info_t::get_storage_info(const shared_ptr<IHealth>& healthService) { in get_storage_info() argument60 if (healthService != nullptr) { in get_storage_info()61 return new health_storage_info_t(healthService); in get_storage_info()
244 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()