/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/thermal/ |
H A D | interface_i_thermal_interface_v10.md | 24 | [SetBatteryCurrent](#setbatterycurrent) ([in] int current) | 设置充电电流。 | 87 ### SetBatteryCurrent() 90 IThermalInterface::SetBatteryCurrent ([in] int current)
|
H A D | interface_i_thermal_interface_v11.md | 22 | [SetBatteryCurrent](#setbatterycurrent) ([in] int current) | 设置充电电流。 | 138 ### SetBatteryCurrent() 141 IThermalInterface::SetBatteryCurrent ([in] int current)
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_interface_impl.h | 35 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 D | thermal_interface_service.h.txt | 34 int32_t SetBatteryCurrent(int32_t current) override;
|
H A D | thermal_interface_service.cpp.txt | 40 int32_t ThermalInterfaceService::SetBatteryCurrent(int32_t current)
|
H A D | ithermal_interface.h.txt | 76 virtual int32_t SetBatteryCurrent(int32_t current) = 0;
|
H A D | thermal_interface_proxy.h.txt | 74 int32_t SetBatteryCurrent(int32_t current) override;
|
H A D | thermal_interface_stub.cpp.txt | 194 int32_t thermalInterfaceRet = impl->SetBatteryCurrent(current);
|
H A D | thermal_interface_proxy.cpp.txt | 131 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 D | dump.txt | 14 [mini, lite, full] SetBatteryCurrent(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/cpp_target/thermal/v1_1/ |
H A D | thermal_interface_service.h.txt | 34 int32_t SetBatteryCurrent(int32_t current) override;
|
H A D | thermal_interface_service.cpp.txt | 40 int32_t ThermalInterfaceService::SetBatteryCurrent(int32_t current)
|
H A D | ithermal_interface.h.txt | 80 virtual int32_t SetBatteryCurrent(int32_t current) = 0;
|
H A D | thermal_interface_proxy.h.txt | 74 int32_t SetBatteryCurrent(int32_t current) override;
|
H A D | thermal_interface_stub.cpp.txt | 216 int32_t thermalInterfaceRet = impl->SetBatteryCurrent(current);
|
H A D | thermal_interface_proxy.cpp.txt | 131 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 D | action_charger.cpp | 103 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 D | dump.txt | 15 [mini, lite, full] SetBatteryCurrent(
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/ |
H A D | thermal_interface_impl.cpp | 149 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 D | IThermalInterface.idl | 84 SetBatteryCurrent([in] int current);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_0/foo/thermal/v1_0/ |
H A D | IThermalInterface.idl | 84 SetBatteryCurrent([in] int current);
|
/ohos5.0/drivers/interface/thermal/v1_1/ |
H A D | IThermalInterface.idl | 85 SetBatteryCurrent([in] int current);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/thermal_v1_1/foo/thermal/v1_1/ |
H A D | IThermalInterface.idl | 85 SetBatteryCurrent([in] int current);
|
/ohos5.0/drivers/peripheral/thermal/test/unittest/ |
H A D | hdf_thermal_hdi_test.cpp | 220 int32_t ret = g_thermalInterface->SetBatteryCurrent(batteryCurrent);
|