Searched refs:BATTERY_HEALTH_GOOD (Results 1 - 3 of 3) sorted by relevance
/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | power_supply_provider.h | 37 BATTERY_HEALTH_GOOD, enumerator
|
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/ |
H A D | hdi_service_test.cpp | 483 {"Good", PowerSupplyProvider::BATTERY_HEALTH_GOOD }, in HealthStateEnumConverter() 485 {"Warm", PowerSupplyProvider::BATTERY_HEALTH_GOOD }, // JEITA specification in HealthStateEnumConverter() 486 {"Cool", PowerSupplyProvider::BATTERY_HEALTH_GOOD }, // JEITA specification in HealthStateEnumConverter() 892 PowerSupplyProvider::BatteryHealthState::BATTERY_HEALTH_GOOD); in HWTEST_F()
|
/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | power_supply_provider.cpp | 136 { "Good", BATTERY_HEALTH_GOOD }, in HealthStateEnumConverter() 138 { "Warm", BATTERY_HEALTH_GOOD }, // JEITA specification in HealthStateEnumConverter() 139 { "Cool", BATTERY_HEALTH_GOOD }, // JEITA specification in HealthStateEnumConverter()
|
Completed in 4 milliseconds