Searched refs:DISPLAY_ORIENTATION_MAP (Results 1 – 3 of 3) sorted by relevance
127 const std::unordered_map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = { variable1600 auto iterOrientation = std::find_if(std::begin(Profile::DISPLAY_ORIENTATION_MAP), in ToAbilityInfo()1601 std::end(Profile::DISPLAY_ORIENTATION_MAP), in ToAbilityInfo()1603 if (iterOrientation != Profile::DISPLAY_ORIENTATION_MAP.end()) { in ToAbilityInfo()
56 const std::map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = { variable2392 auto iterOrientation = std::find_if(std::begin(ProfileReader::DISPLAY_ORIENTATION_MAP), in ToAbilityInfo()2393 std::end(ProfileReader::DISPLAY_ORIENTATION_MAP), in ToAbilityInfo()2395 if (iterOrientation != ProfileReader::DISPLAY_ORIENTATION_MAP.end()) { in ToAbilityInfo()
87 const std::unordered_map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = { variable2281 auto iterOrientation = std::find_if(std::begin(Profile::DISPLAY_ORIENTATION_MAP), in ToAbilityInfo()2282 std::end(Profile::DISPLAY_ORIENTATION_MAP), in ToAbilityInfo()2284 if (iterOrientation != Profile::DISPLAY_ORIENTATION_MAP.end()) { in ToAbilityInfo()