/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | i_wallpaper_service.h | 134 virtual ErrorCode SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) = 0;
|
H A D | wallpaper_service_proxy.h | 49 ErrorCode SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
|
H A D | wallpaper_manager.h | 155 ErrorCode SetCustomWallpaper(const std::string &uri, int32_t wallpaperType);
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 290 ErrorCode WallpaperManager::SetCustomWallpaper(const std::string &uri, const int32_t wallpaperType) in SetCustomWallpaper() function in OHOS::WallpaperMgrService::WallpaperManager 317 StartAsyncTrace(HITRACE_TAG_MISC, "SetCustomWallpaper", static_cast<int32_t>(TraceTaskId::SET_CUSTOM_WALLPAPER)); in SetCustomWallpaper() 318 wallpaperErrorCode = wallpaperServerProxy->SetCustomWallpaper(fd, wallpaperType, length); in SetCustomWallpaper() 320 FinishAsyncTrace(HITRACE_TAG_MISC, "SetCustomWallpaper", static_cast<int32_t>(TraceTaskId::SET_CUSTOM_WALLPAPER)); in SetCustomWallpaper()
|
H A D | wallpaper_service_proxy.cpp | 233 ErrorCode WallpaperServiceProxy::SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) in SetCustomWallpaper() function in OHOS::WallpaperMgrService::WallpaperServiceProxy
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 86 ErrorCode SetCustomWallpaper(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 | 225 WallpaperMgrService::WallpaperManager::GetInstance().SetCustomWallpaper(uri, wallpaperType); in SetCustomWallpaperFuzzTest()
|
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | napi_wallpaper_ability.h | 202 static void SetCustomWallpaper(std::shared_ptr<SetContextInfo> context);
|
H A D | napi_wallpaper_ability.cpp | 838 NapiWallpaperAbility::SetCustomWallpaper(context); in NAPI_SetCustomWallpaper() 843 void NapiWallpaperAbility::SetCustomWallpaper(std::shared_ptr<SetContextInfo> context) in SetCustomWallpaper() function in OHOS::WallpaperNAPI::NapiWallpaperAbility 869 ErrorCode wallpaperErrorCode = WallpaperMgrService::WallpaperManager::GetInstance().SetCustomWallpaper( in SetCustomWallpaper()
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service_stub.cpp | 215 HILOG_DEBUG("WallpaperServiceStub::SetCustomWallpaper start."); in OnSetCustomWallpaper() 219 ErrorCode wallpaperErrorCode = SetCustomWallpaper(fd, wallpaperType, length); in OnSetCustomWallpaper()
|
H A D | wallpaper_service.cpp | 852 ErrorCode WallpaperService::SetCustomWallpaper(int32_t fd, int32_t type, int32_t length) in SetCustomWallpaper() function in OHOS::WallpaperMgrService::WallpaperService 865 StartAsyncTrace(HITRACE_TAG_MISC, "SetCustomWallpaper", static_cast<int32_t>(TraceTaskId::SET_CUSTOM_WALLPAPER)); in SetCustomWallpaper() 893 FinishAsyncTrace(HITRACE_TAG_MISC, "SetCustomWallpaper", static_cast<int32_t>(TraceTaskId::SET_CUSTOM_WALLPAPER)); in SetCustomWallpaper()
|
/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 1223 ErrorCode ret = WallpaperManager::GetInstance().SetCustomWallpaper(URI_ZIP, SYSTYEM); in HWTEST_F() 1225 ret = WallpaperManager::GetInstance().SetCustomWallpaper(URI_ZIP, LOCKSCREEN); in HWTEST_F()
|