Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_setting_helper.h31 static bool GetSettingValue(uint32_t& value, const std::string& key);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_setting_helper.cpp69 bool ScreenSettingHelper::GetSettingValue(uint32_t& value, const std::string& key) in GetSettingValue() function in OHOS::Rosen::ScreenSettingHelper
H A Dscreen_session_manager.cpp2029 bool ret = ScreenSettingHelper::GetSettingValue(autoRotateStatus, SETTING_LOCKED_KEY); in SetRotateLockedFromSettingData()