Home
last modified time | relevance | path

Searched refs:picZipPath (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_animation_operation_test.cpp110 config.picZipPath = "abc"; in HWTEST_F()
141 config2.picZipPath = "abc"; in HWTEST_F()
187 config.picZipPath = "abc"; in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_config.h26 std::string picZipPath; member
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp93 config.picZipPath = custPicPath->valuestring; in ParseOldConfigFile()
94 LOGI("cust piczip path: %{public}s", config.picZipPath.c_str()); in ParseOldConfigFile()
147 config.picZipPath = custPicPath->valuestring; in ParseNewConfigFile()
148 LOGI("cust piczip path: %{public}s", config.picZipPath.c_str()); in ParseNewConfigFile()
H A Dboot_animation_operation.cpp73 mainHandler_->PostTask([this, &config] { this->PlayPicture(config.picZipPath); }); in StartEventHandler()
216 if (config.videoDefaultPath.empty() && !config.picZipPath.empty()) { in IsBootVideoEnabled()

Completed in 2 milliseconds