Home
last modified time | relevance | path

Searched defs:chargeCounter (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/
H A D_battery_info_v10.md50 ### chargeCounter subsection
H A D_battery_info_v11.md50 ### chargeCounter subsection
H A D_battery_info_v12.md50 ### chargeCounter subsection
H A D_battery_info_v20.md51 ### chargeCounter subsection
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_notify_test.cpp53 const int32_t chargeCounter = 1; in SetUp() local
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h274 void SetChargeCounter(const int32_t chargeCounter) in SetChargeCounter()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp951 int32_t chargeCounter = -1; variable
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp517 napi_value chargeCounter = nullptr; in CreateEventBatteryChangedCode() local
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h220 int32_t chargeCounter; member
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp885 int32_t PowerSupplyProvider::ParseChargeCounter(int32_t* chargeCounter) in ParseChargeCounter()