Home
last modified time | relevance | path

Searched refs:DISPLAY_ORIENTATION_MAP (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp127 const std::unordered_map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = { variable
1600 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()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp56 const std::map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = { variable
2392 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()
H A Dmodule_profile.cpp87 const std::unordered_map<std::string, DisplayOrientation> DISPLAY_ORIENTATION_MAP = { variable
2281 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()