Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h133 static int32_t HealthStateEnumConverter(const char* str);
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp133 int32_t PowerSupplyProvider::HealthStateEnumConverter(const char* str) in HealthStateEnumConverter() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider
160 info->healthState_ = HealthStateEnumConverter(str); in HealthStateAssigner()
841 *healthState = HealthStateEnumConverter(buf); in ParseHealthState()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp481 static int32_t HealthStateEnumConverter(const char* str) in HealthStateEnumConverter() function
534 int32_t battHealthState = HealthStateEnumConverter(buf); in ReadHealthStateSysfs()