Home
last modified time | relevance | path

Searched refs:BATTERY_HEALTH_UNKNOWN (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h36 BATTERY_HEALTH_UNKNOWN = 0, enumerator
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp144 { "Unknown", BATTERY_HEALTH_UNKNOWN }, in HealthStateEnumConverter()
145 { "Unspecified failure", BATTERY_HEALTH_UNKNOWN }, in HealthStateEnumConverter()
146 { nullptr, BATTERY_HEALTH_UNKNOWN }, in HealthStateEnumConverter()
155 return BATTERY_HEALTH_UNKNOWN; in HealthStateEnumConverter()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp491 {"Unknown", PowerSupplyProvider::BATTERY_HEALTH_UNKNOWN }, in HealthStateEnumConverter()
492 {"Unspecified failure", PowerSupplyProvider::BATTERY_HEALTH_UNKNOWN }, in HealthStateEnumConverter()
493 {NULL, PowerSupplyProvider::BATTERY_HEALTH_UNKNOWN }, in HealthStateEnumConverter()
502 return PowerSupplyProvider::BATTERY_HEALTH_UNKNOWN; in HealthStateEnumConverter()

Completed in 4 milliseconds