/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 1102 /********************* SetVideo *********************/ 1105 * @tc.desc: SetVideo input error fileType 1112 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_30FPS_3S_MOV, SYSTYEM); in HWTEST_F() 1118 * @tc.desc: SetVideo input error uri 1126 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(errUri, SYSTYEM); in HWTEST_F() 1132 * @tc.desc: SetVideo input correct parameter 1139 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_30FPS_3S_MP4, SYSTYEM); in HWTEST_F() 1145 * @tc.desc: SetVideo input error duration 1152 ErrorCode ret = WallpaperManager::GetInstance().SetVideo(URI_15FPS_7S_MP4, SYSTYEM); in HWTEST_F() 1158 * @tc.desc: SetVideo inpu [all...] |
/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | i_wallpaper_service.h | 129 virtual ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) = 0;
|
H A D | wallpaper_service_proxy.h | 48 ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) override;
|
H A D | wallpaper_manager.h | 146 ErrorCode SetVideo(const std::string &uri, const int32_t wallpaperType);
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 258 ErrorCode WallpaperManager::SetVideo(const std::string &uri, const int32_t wallpaperType) in SetVideo() function in OHOS::WallpaperMgrService::WallpaperManager 283 StartAsyncTrace(HITRACE_TAG_MISC, "SetVideo", static_cast<int32_t>(TraceTaskId::SET_VIDEO)); in SetVideo() 284 wallpaperErrorCode = wallpaperServerProxy->SetVideo(fd, wallpaperType, length); in SetVideo() 286 FinishAsyncTrace(HITRACE_TAG_MISC, "SetVideo", static_cast<int32_t>(TraceTaskId::SET_VIDEO)); in SetVideo()
|
H A D | wallpaper_service_proxy.cpp | 199 ErrorCode WallpaperServiceProxy::SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) in SetVideo() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 85 ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) override;
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 203 WallpaperMgrService::WallpaperManager::GetInstance().SetVideo(uri, wallpaperType); in SetVideoFuzzTest()
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service_stub.cpp | 204 ErrorCode wallpaperErrorCode = SetVideo(fd, wallpaperType, length); in OnSetVideo()
|
H A D | wallpaper_service.cpp | 840 ErrorCode WallpaperService::SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) in SetVideo() function in OHOS::WallpaperMgrService::WallpaperService 846 StartAsyncTrace(HITRACE_TAG_MISC, "SetVideo", static_cast<int32_t>(TraceTaskId::SET_VIDEO)); in SetVideo() 848 FinishAsyncTrace(HITRACE_TAG_MISC, "SetVideo", static_cast<int32_t>(TraceTaskId::SET_VIDEO)); in SetVideo()
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.cpp | 513 WallpaperMgrService::WallpaperManager::GetInstance().SetVideo(context->uri, context->wallpaperType); in SetVideoInner()
|