Searched refs:GetSettingCast (Results 1 – 4 of 4) sorted by relevance
132 HWTEST_F(ScreenSettingHelperTest, GetSettingCast, Function | SmallTest | Level3)137 bool ret = screenSettingHelper.GetSettingCast(enable, key);
34 static bool GetSettingCast(bool& enable, const std::string& key = SETTING_CAST_KEY);
122 bool ScreenSettingHelper::GetSettingCast(bool& enable, const std::string& key) in GetSettingCast() function in OHOS::Rosen::ScreenSettingHelper
3022 bool ret = ScreenSettingHelper::GetSettingCast(enable); in SetCastFromSettingData()