Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_setting_helper.h39 … static bool GetSettingRotation(int32_t& rotation, const std::string& key = SETTING_ROTATION_KEY);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_setting_helper.cpp173 bool ScreenSettingHelper::GetSettingRotation(int32_t& rotation, const std::string& key) in GetSettingRotation() function in OHOS::Rosen::ScreenSettingHelper
H A Dscreen_session_manager.cpp3045 if (ScreenSettingHelper::GetSettingRotation(rotation) && in RegisterSettingRotationObserver()