/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/ |
H A D | interface_i_battery_interface_v12.md | 37 | [GetChargeType](#getchargetype) ([out] enum [ChargeType](battery_v12.md#chargetype) type) | 获取插入的… 180 ### GetChargeType() 183 IBatteryInterface::GetChargeType ([out] enum ChargeType type)
|
H A D | interface_i_battery_interface_v20.md | 37 | [GetChargeType](#getchargetype) ([out] enum [ChargeType](battery_v20.md#chargetype) type) | 获取插入的… 180 ### GetChargeType() 183 IBatteryInterface::GetChargeType ([out] enum ChargeType type)
|
/ohos5.0/base/powermgr/battery_manager/interfaces/inner_api/native/include/ |
H A D | battery_info.h | 394 ChargeType GetChargeType() const in GetChargeType() function 422 (chargeType_ == info.GetChargeType());
|
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/ |
H A D | battery_info_test.cpp | 65 EXPECT_EQ(g_infoTest->GetChargeType(), none);
|
H A D | battery_service_test.cpp | 463 ChargeType chargeType = g_service->GetChargeType();
|
/ohos5.0/base/powermgr/battery_manager/services/native/src/ |
H A D | battery_service.cpp | 213 batteryInfo_.SetChargeType(GetChargeType()); in ConvertingEvent() 233 batteryInfo_.SetChargeType(GetChargeType()); in InitBatteryInfo() 248 batteryInfo_.GetCurAverage(), batteryInfo_.GetRemainEnergy(), batteryInfo_.GetChargeType(), in HandleBatteryInfo() 667 ChargeType BatteryService::GetChargeType() in GetChargeType() function in OHOS::PowerMgr::BatteryService 676 iBatteryInterface_->GetChargeType(chargeType); in GetChargeType()
|
H A D | battery_dump.cpp | 97 ChargeType chargeType = service->GetChargeType(); in GetBatteryInfo()
|
H A D | battery_notify.cpp | 136 ChargeType chargeType = info.GetChargeType(); in PublishChargeTypeChangedEvent()
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/ |
H A D | battery_interface_impl.h | 52 int32_t GetChargeType(ChargeType& chargeType) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/cpp_target/battery/v1_2/ |
H A D | battery_interface_service.h.txt | 64 int32_t GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type) override;
|
H A D | battery_interface_service.cpp.txt | 115 int32_t BatteryInterfaceService::GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type)
|
H A D | ibattery_interface.h.txt | 123 virtual int32_t GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type) = 0;
|
H A D | battery_interface_proxy.h.txt | 104 int32_t GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type) override;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/cpp_target/battery/v2_0/ |
H A D | battery_interface_service.h.txt | 64 int32_t GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type) override;
|
H A D | battery_interface_service.cpp.txt | 115 int32_t BatteryInterfaceService::GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type)
|
H A D | ibattery_interface.h.txt | 123 virtual int32_t GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type) = 0;
|
H A D | battery_interface_proxy.h.txt | 104 int32_t GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type) override;
|
/ohos5.0/base/powermgr/battery_manager/services/native/include/ |
H A D | battery_service.h | 80 ChargeType GetChargeType();
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/dump_ast_target/ |
H A D | dump.txt | 58 [mini, lite, full] GetChargeType(
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/dump_ast_target/ |
H A D | dump.txt | 58 [mini, lite, full] GetChargeType(
|
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/ |
H A D | battery_interface_impl.cpp | 233 int32_t BatteryInterfaceImpl::GetChargeType(ChargeType& chargeType) in GetChargeType() function in OHOS::HDI::Battery::V2_0::BatteryInterfaceImpl
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/foo/battery/v1_2/ |
H A D | IBatteryInterface.idl | 252 GetChargeType([out] enum ChargeType type);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/foo/battery/v2_0/ |
H A D | IBatteryInterface.idl | 252 GetChargeType([out] enum ChargeType type);
|
/ohos5.0/drivers/interface/battery/v1_2/ |
H A D | IBatteryInterface.idl | 252 GetChargeType([out] enum ChargeType type);
|
/ohos5.0/drivers/interface/battery/v2_0/ |
H A D | IBatteryInterface.idl | 252 GetChargeType([out] enum ChargeType type);
|