Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_setting_helper_test.cpp132 HWTEST_F(ScreenSettingHelperTest, GetSettingCast, Function | SmallTest | Level3)
137 bool ret = screenSettingHelper.GetSettingCast(enable, key);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_setting_helper.h34 static bool GetSettingCast(bool& enable, const std::string& key = SETTING_CAST_KEY);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_setting_helper.cpp122 bool ScreenSettingHelper::GetSettingCast(bool& enable, const std::string& key) in GetSettingCast() function in OHOS::Rosen::ScreenSettingHelper
H A Dscreen_session_manager.cpp3022 bool ret = ScreenSettingHelper::GetSettingCast(enable); in SetCastFromSettingData()