Home
last modified time | relevance | path

Searched refs:IsBootVideoEnabled (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp103 * @tc.desc: Verify the IsBootVideoEnabled
111 EXPECT_EQ(false, operation.IsBootVideoEnabled(config)); in HWTEST_F()
116 * @tc.desc: Verify the IsBootVideoEnabled
124 EXPECT_EQ(true, operation.IsBootVideoEnabled(config)); in HWTEST_F()
137 EXPECT_EQ(true, operation.IsBootVideoEnabled(config1)); in HWTEST_F()
142 EXPECT_EQ(false, operation.IsBootVideoEnabled(config2)); in HWTEST_F()
177 * @tc.desc: Verify the IsBootVideoEnabled
184 EXPECT_EQ(true, operation.IsBootVideoEnabled(config)); in HWTEST_F()
188 EXPECT_EQ(true, operation.IsBootVideoEnabled(config)); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_animation_operation.cpp62 if (IsBootVideoEnabled(config)) { in StartEventHandler()
214 bool BootAnimationOperation::IsBootVideoEnabled(const BootAnimationConfig& config) in IsBootVideoEnabled() function in BootAnimationOperation
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_operation.h47 bool IsBootVideoEnabled(const BootAnimationConfig& config);

Completed in 2 milliseconds