Home
last modified time | relevance | path

Searched refs:ReadPicZipFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp50 if (ReadPicZipFile(imageVector_, freq_)) { in Play()
91 bool BootPicturePlayer::ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq) in ReadPicZipFile() function in OHOS::BootPicturePlayer
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h38 bool ReadPicZipFile(ImageStructVec& imgVec, int32_t& freq);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_picture_player_test.cpp48 EXPECT_EQ(player->ReadPicZipFile(imgVec, freq), true);