Home
last modified time | relevance | path

Searched refs:ParseVoltage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dpower_supply_provider.h85 int32_t ParseVoltage(int32_t* voltage);
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp118 return powerSupplyProvider_->ParseVoltage(&voltage); in GetVoltage()
H A Dpower_supply_provider.cpp448 ParseVoltage(&info->voltage_); in UpdateInfoByReadSysFile()
804 int32_t PowerSupplyProvider::ParseVoltage(int32_t* voltage) in ParseVoltage() function in OHOS::HDI::Battery::V2_0::PowerSupplyProvider
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp839 giver_->ParseVoltage(&voltage);
846 giver_->ParseVoltage(&voltage);