Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_energy_consumption_policy.cpp29 static const std::string IS_ANIMATION_ENERGY_ASSURANCE_ENABLE = "animation_energy_assurance_enable"; variable
66 if (animationPowerConfig.count(IS_ANIMATION_ENERGY_ASSURANCE_ENABLE) == 0) { in SetEnergyConsumptionConfig()
70 animationPowerConfig[IS_ANIMATION_ENERGY_ASSURANCE_ENABLE] == "true" ? true : false; in SetEnergyConsumptionConfig()