Home
last modified time | relevance | path

Searched refs:videoDefaultPath (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp123 config.videoDefaultPath = "abc"; in HWTEST_F()
136 config1.videoDefaultPath = "abc"; in HWTEST_F()
186 config.videoDefaultPath = "abc"; in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_config.h28 std::string videoDefaultPath; member
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compatible_display_strategy.cpp40 config.videoDefaultPath = config.videoExtraPath; in Display()
H A Dutil.cpp103 config.videoDefaultPath = custVideoDefaultPath->valuestring; in ParseOldConfigFile()
104 LOGI("cust video path: %{public}s", config.videoDefaultPath.c_str()); in ParseOldConfigFile()
157 config.videoDefaultPath = custVideoDefaultPath->valuestring; in ParseNewConfigFile()
158 LOGI("cust default video path: %{public}s", config.videoDefaultPath.c_str()); in ParseNewConfigFile()
H A Dboot_animation_operation.cpp63 mainHandler_->PostTask([this, &config] { this->PlayVideo(config.videoDefaultPath); }); in StartEventHandler()
216 if (config.videoDefaultPath.empty() && !config.picZipPath.empty()) { in IsBootVideoEnabled()

Completed in 2 milliseconds