Home
last modified time | relevance | path

Searched refs:IsBatteryCurrentSimilar (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/health/2.0/vts/functional/
DVtsHalHealthV2_0TargetTest.cpp366 static AssertionResult IsBatteryCurrentSimilar(HalResult<BatteryStatus> status, in IsBatteryCurrentSimilar() function
387 return test_utils::IsBatteryCurrentSimilar(currentNow.value, currentAverage.value, in IsBatteryCurrentSimilar()
449 return IsBatteryCurrentSimilar({healthInfo.result, healthInfo.value.legacy.batteryStatus}, in TEST_P()
510 return IsBatteryCurrentSimilar(status, currentNow, currentAverage); in TEST_P()
/hardware/interfaces/health/aidl/vts/functional/
DVtsHalHealthTargetTest.cpp481 static AssertionResult IsBatteryCurrentSimilar(const HalResult<BatteryStatus>& status, in IsBatteryCurrentSimilar() function
503 return ::android::hardware::health::test_utils::IsBatteryCurrentSimilar( in IsBatteryCurrentSimilar()
539 return IsBatteryCurrentSimilar( in TEST_P()
586 return IsBatteryCurrentSimilar(status, current_now, current_average); in TEST_P()
/hardware/interfaces/health/utils/libhealthtest/include/health-test/
DTestUtils.h79 inline AssertionResult IsBatteryCurrentSimilar(int32_t currentNow, int32_t currentAverage, in IsBatteryCurrentSimilar() function