Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_energy_consumption_policy_test.cpp46 …std::unordered_map<std::string, std::string> uiPowerConfig = { { "ui_animation", "30" }, { "displa… in SetConfigEnable() local
51 uiPowerConfig.clear(); in SetConfigEnable()
53 HgmEnergyConsumptionPolicy::Instance().SetUiEnergyConsumptionConfig(uiPowerConfig); in SetConfigEnable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_energy_consumption_policy.cpp93 std::unordered_map<std::string, std::string> uiPowerConfig) in SetUiEnergyConsumptionConfig() argument
97 for (auto config : uiPowerConfig) { in SetUiEnergyConsumptionConfig()
H A Dhgm_energy_consumption_policy.h30 void SetUiEnergyConsumptionConfig(std::unordered_map<std::string, std::string> uiPowerConfig);
H A Dhgm_frame_rate_manager.cpp1358 multiAppStrategy_.GetScreenSetting().uiPowerConfig); in UpdateEnergyConsumptionConfig()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_command.h143 std::unordered_map<std::string, std::string> uiPowerConfig; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dxml_parser.cpp361 setResult = ParseSimplex(*thresholdNode, screenSetting.uiPowerConfig); in ParseSubScreenConfig()