Searched refs:isLive (Results 1 – 4 of 4) sorted by relevance
153 bool isLive = downloader.IsLive(); variable154 EXPECT_FALSE(isLive);
47 bool isLive = testM3u8->IsLive(); variable49 EXPECT_EQ(isLive, false);
661 ErrorCode WallpaperManager::CheckWallpaperFormat(const std::string &realPath, bool isLive, long &le… in CheckWallpaperFormat() argument663 if (isLive && (FileDeal::GetExtension(realPath) != ".mp4" || !CheckVideoFormat(realPath))) { in CheckWallpaperFormat()677 if (length <= 0 || (isLive && length > MAX_VIDEO_SIZE) || fend != 0 || fset != 0) { in CheckWallpaperFormat()
191 ErrorCode CheckWallpaperFormat(const std::string &realPath, bool isLive, long &length);