Home
last modified time | relevance | path

Searched refs:SetBatteryCurrent (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/thermal/
H A Dinterface_i_thermal_interface_v10.md24 | [SetBatteryCurrent](#setbatterycurrent) ([in] int current) | 设置充电电流。 |
87 ### SetBatteryCurrent()
90 IThermalInterface::SetBatteryCurrent ([in] int current)
H A Dinterface_i_thermal_interface_v11.md22 | [SetBatteryCurrent](#setbatterycurrent) ([in] int current) | 设置充电电流。 |
138 ### SetBatteryCurrent()
141 IThermalInterface::SetBatteryCurrent ([in] int current)
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/
H A Dthermal_interface_impl.h35 int32_t SetBatteryCurrent(int32_t current) override;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/cpp_target/thermal/v1_0/
H A Dthermal_interface_service.h.txt34 int32_t SetBatteryCurrent(int32_t current) override;
H A Dthermal_interface_service.cpp.txt40 int32_t ThermalInterfaceService::SetBatteryCurrent(int32_t current)
H A Dithermal_interface.h.txt76 virtual int32_t SetBatteryCurrent(int32_t current) = 0;
H A Dthermal_interface_proxy.h.txt74 int32_t SetBatteryCurrent(int32_t current) override;
H A Dthermal_interface_stub.cpp.txt194 int32_t thermalInterfaceRet = impl->SetBatteryCurrent(current);
H A Dthermal_interface_proxy.cpp.txt131 int32_t OHOS::HDI::Thermal::V1_0::ThermalInterfaceProxy::SetBatteryCurrent(int32_t current)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/dump_ast_target/
H A Ddump.txt14 [mini, lite, full] SetBatteryCurrent(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/
H A Dthermal_interface_service.h.txt34 int32_t SetBatteryCurrent(int32_t current) override;
H A Dthermal_interface_service.cpp.txt40 int32_t ThermalInterfaceService::SetBatteryCurrent(int32_t current)
H A Dithermal_interface.h.txt80 virtual int32_t SetBatteryCurrent(int32_t current) = 0;
H A Dthermal_interface_proxy.h.txt74 int32_t SetBatteryCurrent(int32_t current) override;
H A Dthermal_interface_stub.cpp.txt216 int32_t thermalInterfaceRet = impl->SetBatteryCurrent(current);
H A Dthermal_interface_proxy.cpp.txt131 int32_t OHOS::HDI::Thermal::V1_1::ThermalInterfaceProxy::SetBatteryCurrent(int32_t current)
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_charger.cpp103 int32_t ret = thermalInterface->SetBatteryCurrent(current); in ChargerRequest()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/dump_ast_target/
H A Ddump.txt15 [mini, lite, full] SetBatteryCurrent(
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_impl.cpp149 int32_t ThermalInterfaceImpl::SetBatteryCurrent(int32_t current) in SetBatteryCurrent() function in OHOS::HDI::Thermal::V1_1::ThermalInterfaceImpl
/ohos5.0/drivers/interface/thermal/v1_0/
H A DIThermalInterface.idl84 SetBatteryCurrent([in] int current);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/
H A DIThermalInterface.idl84 SetBatteryCurrent([in] int current);
/ohos5.0/drivers/interface/thermal/v1_1/
H A DIThermalInterface.idl85 SetBatteryCurrent([in] int current);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/
H A DIThermalInterface.idl85 SetBatteryCurrent([in] int current);
/ohos5.0/drivers/peripheral/thermal/test/unittest/
H A Dhdf_thermal_hdi_test.cpp220 int32_t ret = g_thermalInterface->SetBatteryCurrent(batteryCurrent);