Home
last modified time | relevance | path

Searched refs:GetChargeType (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/
H A Dinterface_i_battery_interface_v12.md37 | [GetChargeType](#getchargetype) ([out] enum [ChargeType](battery_v12.md#chargetype) type) | 获取插入的…
180 ### GetChargeType()
183 IBatteryInterface::GetChargeType ([out] enum ChargeType type)
H A Dinterface_i_battery_interface_v20.md37 | [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 Dbattery_info.h394 ChargeType GetChargeType() const in GetChargeType() function
422 (chargeType_ == info.GetChargeType());
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_info_test.cpp65 EXPECT_EQ(g_infoTest->GetChargeType(), none);
H A Dbattery_service_test.cpp463 ChargeType chargeType = g_service->GetChargeType();
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_service.cpp213 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 Dbattery_dump.cpp97 ChargeType chargeType = service->GetChargeType(); in GetBatteryInfo()
H A Dbattery_notify.cpp136 ChargeType chargeType = info.GetChargeType(); in PublishChargeTypeChangedEvent()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/include/
H A Dbattery_interface_impl.h52 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 Dbattery_interface_service.h.txt64 int32_t GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type) override;
H A Dbattery_interface_service.cpp.txt115 int32_t BatteryInterfaceService::GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type)
H A Dibattery_interface.h.txt123 virtual int32_t GetChargeType(OHOS::HDI::Battery::V1_2::ChargeType& type) = 0;
H A Dbattery_interface_proxy.h.txt104 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 Dbattery_interface_service.h.txt64 int32_t GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type) override;
H A Dbattery_interface_service.cpp.txt115 int32_t BatteryInterfaceService::GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type)
H A Dibattery_interface.h.txt123 virtual int32_t GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type) = 0;
H A Dbattery_interface_proxy.h.txt104 int32_t GetChargeType(OHOS::HDI::Battery::V2_0::ChargeType& type) override;
/ohos5.0/base/powermgr/battery_manager/services/native/include/
H A Dbattery_service.h80 ChargeType GetChargeType();
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/dump_ast_target/
H A Ddump.txt58 [mini, lite, full] GetChargeType(
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/dump_ast_target/
H A Ddump.txt58 [mini, lite, full] GetChargeType(
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp233 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 DIBatteryInterface.idl252 GetChargeType([out] enum ChargeType type);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/foo/battery/v2_0/
H A DIBatteryInterface.idl252 GetChargeType([out] enum ChargeType type);
/ohos5.0/drivers/interface/battery/v1_2/
H A DIBatteryInterface.idl252 GetChargeType([out] enum ChargeType type);
/ohos5.0/drivers/interface/battery/v2_0/
H A DIBatteryInterface.idl252 GetChargeType([out] enum ChargeType type);

12