Lines Matching defs:res
140 if (auto res = in getBatteryHealthData() local
146 if (auto res = GetProperty<int64_t>(&battery_monitor_, ::android::BATTERY_PROP_FIRST_USAGE_DATE, in getBatteryHealthData() local
151 if (auto res = GetProperty<int64_t>(&battery_monitor_, ::android::BATTERY_PROP_STATE_OF_HEALTH, in getBatteryHealthData() local
177 if (auto res = getStorageInfo(&out->storageInfos); !res.isOk()) { in getHealthInfo() local
188 if (auto res = getDiskStats(&out->diskStats); !res.isOk()) { in getHealthInfo() local
211 auto res = getHealthInfo(&health_info); in dump() local
228 auto res = getHealthInfo(&health_info); in ShouldKeepScreenOn() local
280 if (auto res = getHealthInfo(&health_info); !res.isOk()) { in registerCallback() local
286 if (auto res = callback->healthInfoChanged(health_info); IsDeadObjectLogged(res)) { in registerCallback() local
316 if (auto res = getHealthInfo(&health_info); !res.isOk()) { in update() local
336 auto res = linked->callback()->healthInfoChanged(health_info); in OnHealthInfoChanged() local