Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dxml_parser.cpp349 setResult = ParseSceneList(*thresholdNode, screenSetting.sceneList); in ParseSubScreenConfig()
445 int32_t XMLParser::ParseSceneList(xmlNode &node, PolicyConfigData::SceneConfigMap &sceneList) in ParseSceneList() argument
455 sceneList.clear(); in ParseSceneList()
466 sceneList[name] = sceneConfig; in ParseSceneList()
468 name.c_str(), sceneList[name].strategy.c_str(), sceneList[name].priority.c_str()); in ParseSceneList()
H A Dxml_parser.h60 int32_t ParseSceneList(xmlNode &node, PolicyConfigData::SceneConfigMap &sceneList);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H A Dhgm_command.h135 SceneConfigMap sceneList; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp1244 … configData->screenConfigs_[curScreenStrategyId_][std::to_string(curRefreshRateMode_)].sceneList; in UpdateVoteRule()