Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp125 const std::map<std::string, OHOS::AppExecFwk::DisplayOrientation> STRING_TO_DISPLAY_ORIENTATION_MAP variable
7024 …if (STRING_TO_DISPLAY_ORIENTATION_MAP.find(orientation) == STRING_TO_DISPLAY_ORIENTATION_MAP.end()… in GetOrientationFromResourceManager()
7028 abilityInfo.orientation = STRING_TO_DISPLAY_ORIENTATION_MAP.at(orientation); in GetOrientationFromResourceManager()