Lines Matching refs:SetVideo
1102 /********************* SetVideo *********************/
1105 * @tc.desc: SetVideo input error fileType
1112 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_30FPS_3S_MOV, SYSTYEM);
1118 * @tc.desc: SetVideo input error uri
1126 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(errUri, SYSTYEM);
1132 * @tc.desc: SetVideo input correct parameter
1139 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_30FPS_3S_MP4, SYSTYEM);
1145 * @tc.desc: SetVideo input error duration
1152 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_15FPS_7S_MP4, SYSTYEM);
1158 * @tc.desc: SetVideo input error fileType
1165 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_30FPS_3S_MOV, LOCKSCREEN);
1171 * @tc.desc: SetVideo input error uri
1179 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(errUri, LOCKSCREEN);
1185 * @tc.desc: SetVideo input correct parameter
1192 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_30FPS_3S_MP4, LOCKSCREEN);
1198 * @tc.desc: SetVideo input error duration
1205 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_15FPS_7S_MP4, LOCKSCREEN);
1208 /********************* SetVideo *********************/
1233 * @tc.desc: SetVideo input error fileType
1247 * @tc.desc: SetVideo input error fileType
1260 * @tc.desc: SetVideo input error fileType