Home
last modified time | relevance | path

Searched refs:SetBootAnimationSoundEnabled (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_utils_test.cpp39 * @tc.name: SetBootAnimationSoundEnabled
40 * @tc.desc: Verify the SetBootAnimationSoundEnabled
43 HWTEST_F(BootAnimationUtilsTest, SetBootAnimationSoundEnabled, TestSize.Level1) in HWTEST_F()
45 BootAnimationUtils::SetBootAnimationSoundEnabled(false); in HWTEST_F()
H A Dboot_sound_player_test.cpp58 BootAnimationUtils::SetBootAnimationSoundEnabled(false); in HWTEST_F()
64 BootAnimationUtils::SetBootAnimationSoundEnabled(true); in HWTEST_F()
H A Dboot_video_player_test.cpp109 BootAnimationUtils::SetBootAnimationSoundEnabled(false); in HWTEST_F()
117 BootAnimationUtils::SetBootAnimationSoundEnabled(true); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/inner_api/bootanimation/
H A Dboot_animation_utils.h27 static void SetBootAnimationSoundEnabled(bool isEnabled);
/foundation/graphic/graphic_2d/frameworks/bootanimation/utils/
H A Dboot_animation_utils.cpp29 void BootAnimationUtils::SetBootAnimationSoundEnabled(bool isEnabled) in SetBootAnimationSoundEnabled() function in OHOS::BootAnimationUtils
31 LOGI("BootAnimationUtils::SetBootAnimationSoundEnabled is %d", isEnabled); in SetBootAnimationSoundEnabled()
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/fuzztest/bootanimation_fuzzer/
H A Dbootanimation_fuzzer.cpp54 BootAnimationUtils::SetBootAnimationSoundEnabled(isEnabled); in BootAnimationUtilsFuzzerTest()

Completed in 3 milliseconds