Searched defs:appTypes (Results 1 – 5 of 5) sorted by relevance
130 const auto& appTypes = screenSetting.appTypes; in GetAppStrategyConfigName() local
171 std::unordered_map<int32_t, std::string> appTypes; member
201 auto& appTypes = screenSettingCache_.appTypes; in GetAppStrategyConfigName() local
82 auto& appTypes = screenSetting.appTypes; in SetUp() local
595 int32_t XMLParser::ParseAppTypes(xmlNode& node, std::unordered_map<int32_t, std::string>& appTypes) in ParseAppTypes()