Home
last modified time | relevance | path

Searched refs:SetVideo (Results 1 - 11 of 11) sorted by relevance

/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp1102 /********************* 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 Di_wallpaper_service.h129 virtual ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) = 0;
H A Dwallpaper_service_proxy.h48 ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) override;
H A Dwallpaper_manager.h146 ErrorCode SetVideo(const std::string &uri, const int32_t wallpaperType);
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp258 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 Dwallpaper_service_proxy.cpp199 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 Dwallpaper_service.h85 ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) override;
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp203 WallpaperMgrService::WallpaperManager::GetInstance().SetVideo(uri, wallpaperType); in SetVideoFuzzTest()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp204 ErrorCode wallpaperErrorCode = SetVideo(fd, wallpaperType, length); in OnSetVideo()
H A Dwallpaper_service.cpp840 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 Dnapi_wallpaper_ability.cpp513 WallpaperMgrService::WallpaperManager::GetInstance().SetVideo(context->uri, context->wallpaperType); in SetVideoInner()

Completed in 17 milliseconds