Home
last modified time | relevance | path

Searched refs:SetCustomWallpaper (Results 1 - 12 of 12) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/include/
H A Di_wallpaper_service.h134 virtual ErrorCode SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) = 0;
H A Dwallpaper_service_proxy.h49 ErrorCode SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
H A Dwallpaper_manager.h155 ErrorCode SetCustomWallpaper(const std::string &uri, int32_t wallpaperType);
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp290 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 Dwallpaper_service_proxy.cpp233 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 Dwallpaper_service.h86 ErrorCode SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp225 WallpaperMgrService::WallpaperManager::GetInstance().SetCustomWallpaper(uri, wallpaperType); in SetCustomWallpaperFuzzTest()
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.h202 static void SetCustomWallpaper(std::shared_ptr<SetContextInfo> context);
H A Dnapi_wallpaper_ability.cpp838 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 Dwallpaper_service_stub.cpp215 HILOG_DEBUG("WallpaperServiceStub::SetCustomWallpaper start."); in OnSetCustomWallpaper()
219 ErrorCode wallpaperErrorCode = SetCustomWallpaper(fd, wallpaperType, length); in OnSetCustomWallpaper()
H A Dwallpaper_service.cpp852 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 Dwallpaper_test.cpp1223 ErrorCode ret = WallpaperManager::GetInstance().SetCustomWallpaper(URI_ZIP, SYSTYEM); in HWTEST_F()
1225 ret = WallpaperManager::GetInstance().SetCustomWallpaper(URI_ZIP, LOCKSCREEN); in HWTEST_F()

Completed in 25 milliseconds