Home
last modified time | relevance | path

Searched defs:appTypes (Results 1 – 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
Dhgm_command.cpp130 const auto& appTypes = screenSetting.appTypes; in GetAppStrategyConfigName() local
Dhgm_command.h171 std::unordered_map<int32_t, std::string> appTypes; member
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
Dhgm_multi_app_strategy.cpp201 auto& appTypes = screenSettingCache_.appTypes; in GetAppStrategyConfigName() local
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
Dhgm_multi_app_strategy_test.cpp82 auto& appTypes = screenSetting.appTypes; in SetUp() local
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
Dxml_parser.cpp595 int32_t XMLParser::ParseAppTypes(xmlNode& node, std::unordered_map<int32_t, std::string>& appTypes) in ParseAppTypes()