Home
last modified time | relevance | path

Searched refs:wallpaperType (Results 1 - 25 of 31) sorted by relevance

12

/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_service_proxy.h36 ErrorCode SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
37 ErrorCode SetWallpaperByPixelMap(std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) override;
38 ErrorCode GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) override;
39 ErrorCode GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) override;
40 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) override;
41 int32_t GetWallpaperId(int32_t wallpaperType) override;
44 ErrorCode ResetWallpaper(int32_t wallpaperType) override;
48 ErrorCode SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) override;
49 ErrorCode SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
53 ErrorCode SetWallpaperV9(int32_t fd, int32_t wallpaperType, int32_
[all...]
H A Di_wallpaper_service.h49 * @param uriOrPixelMap Wallpaper picture; wallpaperType Wallpaper type, values for WALLPAPER_SYSTEM or
53 virtual ErrorCode SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) = 0;
55 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) = 0;
56 virtual ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) = 0;
59 * @param wallpaperType Wallpaper type, values for WALLPAPER_SYSTEM or WALLPAPER_LOCKSCREEN
62 virtual ErrorCode GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) = 0;
64 virtual ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) = 0;
68 * @param wallpaperType Wallpaper type, values for WALLPAPER_SYSTEM or WALLPAPER_LOCKSCREEN
71 virtual int32_t GetWallpaperId(int32_t wallpaperType) = 0;
87 * @param wallpaperType Wallpape
[all...]
H A Duv_queue.h29 int32_t wallpaperType; member
30 WorkData(napi_env env, napi_ref callbackRef = nullptr, int32_t wallpaperType = 0) in WorkData()
31 : env_(env), callback_(callbackRef), wallpaperType(wallpaperType) in WorkData()
H A Dwallpaper_manager.h46 * @param uriOrPixelMap Wallpaper picture; wallpaperType Wallpaper type,
50 ErrorCode SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo);
54 * @param pixelMap:picture pixelMap struct; wallpaperType Wallpaper type,
59 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, const ApiInfo &apiInfo);
63 * @param wallpaperType Wallpaper type, values for WALLPAPER_SYSTEM or WALLPAPER_LOCKSCREEN;
70 int32_t wallpaperType, const ApiInfo &apiInfo, std::shared_ptr<OHOS::Media::PixelMap> &PixelMap);
73 ErrorCode GetCorrespondWallpaper(int32_t wallpaperType, int32_t foldState, int32_t rotateState,
78 * @param wallpaperType Wallpaper type, values for WALLPAPER_SYSTEM or WALLPAPER_LOCKSCREEN
81 ErrorCode GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<uint64_t> &colors);
85 * @param wallpaperType Wallpape
[all...]
H A Dwallpaper_event_listener.h34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument
39 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
38 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
H A Diwallpaper_event_listener.h34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) = 0;
36 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) = 0;
H A Dwallpaper_event_listener_client.h34 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
36 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) override;
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h66 ErrorCode SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) override;
67 ErrorCode SetWallpaperByPixelMap(std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) override;
68 ErrorCode GetPixelMap(int32_t wallpaperType, FdInfo &fdInfo) override;
69 ErrorCode GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) override;
70 ErrorCode GetFile(int32_t wallpaperType, int32_t &wallpaperFd) override;
71 int32_t GetWallpaperId(int32_t wallpaperType) override;
74 ErrorCode ResetWallpaper(int32_t wallpaperType) override;
80 ErrorCode SetWallpaperV9(int32_t fd, int32_t wallpaperType, int32_t length) override;
81 ErrorCode SetWallpaperV9ByPixelMap(std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) override;
82 ErrorCode GetPixelMapV9(int32_t wallpaperType, FdInf
[all...]
H A Dwallpaper_event_listener_proxy.h39 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
41 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) override;
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_proxy.cpp26 ErrorCode WallpaperServiceProxy::GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColors() argument
28 return GetColorsInner(wallpaperType, WallpaperServiceIpcInterfaceCode::GET_COLORS, colors); in GetColors()
31 ErrorCode WallpaperServiceProxy::GetColorsV9(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColorsV9() argument
33 return GetColorsInner(wallpaperType, WallpaperServiceIpcInterfaceCode::GET_COLORS_V9, colors); in GetColorsV9()
37 int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors) in GetColorsInner()
47 if (!data.WriteInt32(wallpaperType)) { in GetColorsInner()
66 ErrorCode WallpaperServiceProxy::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile() argument
76 if (!data.WriteInt32(wallpaperType)) { in GetFile()
94 ErrorCode WallpaperServiceProxy::SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) in SetWallpaper() argument
96 return SetWallpaperInner(fd, wallpaperType, lengt in SetWallpaper()
36 GetColorsInner( int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors) GetColorsInner() argument
99 SetWallpaperV9(int32_t fd, int32_t wallpaperType, int32_t length) SetWallpaperV9() argument
104 SetWallpaperInner( int32_t fd, int32_t wallpaperType, int32_t length, WallpaperServiceIpcInterfaceCode code) SetWallpaperInner() argument
139 SetWallpaperByPixelMap( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) SetWallpaperByPixelMap() argument
146 SetWallpaperV9ByPixelMap( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) SetWallpaperV9ByPixelMap() argument
153 SetWallpaperInnerByPixelMap( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code) SetWallpaperInnerByPixelMap() argument
189 GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) GetPixelMap() argument
194 GetPixelMapV9(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) GetPixelMapV9() argument
199 SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) SetVideo() argument
233 SetCustomWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) SetCustomWallpaper() argument
264 GetPixelMapInner( int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, IWallpaperService::FdInfo &fdInfo) GetPixelMapInner() argument
294 GetWallpaperId(int32_t wallpaperType) GetWallpaperId() argument
365 ResetWallpaper(int32_t wallpaperType) ResetWallpaper() argument
370 ResetWallpaperV9(int32_t wallpaperType) ResetWallpaperV9() argument
375 ResetWallpaperInner(int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code) ResetWallpaperInner() argument
[all...]
H A Dwallpaper_event_listener_client.cpp33 void WallpaperEventListenerClient::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument
37 wallpaperEventListener_->OnColorsChange(color, wallpaperType); in OnColorsChange()
42 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
45 wallpaperEventListener_->OnWallpaperChange(wallpaperType, resourceType, uri); in OnWallpaperChange()
41 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
H A Dwallpaper_manager.cpp164 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<uint64_t> &colors) in GetColors() argument
172 return wallpaperServerProxy->GetColorsV9(wallpaperType, colors); in GetColors()
174 return wallpaperServerProxy->GetColors(wallpaperType, colors); in GetColors()
177 ErrorCode WallpaperManager::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile() argument
185 std::map<int32_t, int32_t>::iterator iter = wallpaperFdMap_.find(wallpaperType); in GetFile()
190 ErrorCode wallpaperErrorCode = wallpaperServerProxy->GetFile(wallpaperType, wallpaperFd); in GetFile()
192 wallpaperFdMap_.insert(std::pair<int32_t, int32_t>(wallpaperType, wallpaperFd)); in GetFile()
197 ErrorCode WallpaperManager::SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper() argument
225 wallpaperErrorCode = wallpaperServerProxy->SetWallpaperV9(fd, wallpaperType, length); in SetWallpaper()
227 wallpaperErrorCode = wallpaperServerProxy->SetWallpaper(fd, wallpaperType, lengt in SetWallpaper()
237 SetWallpaper( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, const ApiInfo &apiInfo) SetWallpaper() argument
258 SetVideo(const std::string &uri, const int32_t wallpaperType) SetVideo() argument
290 SetCustomWallpaper(const std::string &uri, const int32_t wallpaperType) SetCustomWallpaper() argument
324 GetPixelMap( int32_t wallpaperType, const ApiInfo &apiInfo, std::shared_ptr<OHOS::Media::PixelMap> &pixelMap) GetPixelMap() argument
357 GetCorrespondWallpaper(int32_t wallpaperType, int32_t foldState, int32_t rotateState, const ApiInfo &apiInfo, std::shared_ptr<OHOS::Media::PixelMap> &pixelMap) GetCorrespondWallpaper() argument
402 GetWallpaperId(int32_t wallpaperType) GetWallpaperId() argument
453 ResetWallpaper(std::int32_t wallpaperType, const ApiInfo &apiInfo) ResetWallpaper() argument
556 CloseWallpaperFd(int32_t wallpaperType) CloseWallpaperFd() argument
692 SetAllWallpapers(const std::vector<WallpaperInfo> &wallpaperInfos, std::int32_t wallpaperType) SetAllWallpapers() argument
[all...]
H A Dwallpaper_event_listener_stub.cpp39 int32_t wallpaperType = data.ReadInt32(); in OnRemoteRequest() local
40 OnColorsChange(color, wallpaperType); in OnRemoteRequest()
45 int32_t wallpaperType = data.ReadInt32(); in OnRemoteRequest() local
49 static_cast<WallpaperType>(wallpaperType), static_cast<WallpaperResourceType>(resouceType), uri); in OnRemoteRequest()
H A Dwallpaper_service_cb_stub.cpp48 int32_t wallpaperType = data.ReadInt32(); in HandleOnCall() local
49 OnCall(wallpaperType); in HandleOnCall()
50 HILOG_INFO("wallpaperType = %{public}d", wallpaperType); in HandleOnCall()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp354 void WallpaperService::ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName) in ClearRedundantFile() argument
357 std::string wallpaperFilePath = GetWallpaperDir(userId, wallpaperType) + "/" + fileName; in ClearRedundantFile()
405 bool WallpaperService::RestoreUserResources(int32_t userId, WallpaperData &wallpaperData, WallpaperType wallpaperType) in RestoreUserResources() argument
407 if (wallpaperType == WALLPAPER_SYSTEM) { in RestoreUserResources()
408 ClearRedundantFile(userId, wallpaperType, WALLPAPER_HOME); in RestoreUserResources()
410 ClearRedundantFile(userId, wallpaperType, WALLPAPER_LOCK); in RestoreUserResources()
412 std::string wallpaperDefaultPath = GetWallpaperDefaultPath(wallpaperType); in RestoreUserResources()
421 std::string WallpaperService::GetWallpaperDefaultPath(WallpaperType wallpaperType) in GetWallpaperDefaultPath() argument
423 std::string wallpaperDefaultPath = (wallpaperType == WallpaperType::WALLPAPER_SYSTEM) in GetWallpaperDefaultPath()
427 wallpaperDefaultPath = (wallpaperType in GetWallpaperDefaultPath()
479 GetWallpaperDir(int32_t userId, WallpaperType wallpaperType) GetWallpaperDir() argument
491 GetFileNameFromMap(int32_t userId, WallpaperType wallpaperType, std::string &filePathName) GetFileNameFromMap() argument
520 GetPictureFileName(int32_t userId, WallpaperType wallpaperType, std::string &filePathName) GetPictureFileName() argument
544 UpdataWallpaperMap(int32_t userId, WallpaperType wallpaperType) UpdataWallpaperMap() argument
575 GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) GetColors() argument
588 GetColorsV9(int32_t wallpaperType, std::vector<uint64_t> &colors) GetColorsV9() argument
597 GetFile(int32_t wallpaperType, int32_t &wallpaperFd) GetFile() argument
620 SaveColor(int32_t userId, WallpaperType wallpaperType) SaveColor() argument
656 SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) SetWallpaper() argument
664 SetWallpaperByPixelMap( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) SetWallpaperByPixelMap() argument
677 SetWallpaperV9(int32_t fd, int32_t wallpaperType, int32_t length) SetWallpaperV9() argument
686 SetWallpaperV9ByPixelMap( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) SetWallpaperV9ByPixelMap() argument
700 SetWallpaperBackupData( int32_t userId, WallpaperResourceType resourceType, const std::string &uriOrPixelMap, WallpaperType wallpaperType) SetWallpaperBackupData() argument
770 GetResType(int32_t userId, WallpaperType wallpaperType) GetResType() argument
795 WallpaperType wallpaperType; SendEvent() local
816 SendWallpaperChangeEvent(int32_t userId, WallpaperType wallpaperType) SendWallpaperChangeEvent() argument
840 SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) SetVideo() argument
867 WallpaperType wallpaperType = static_cast<WallpaperType>(type); SetCustomWallpaper() local
897 GetPixelMap(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) GetPixelMap() argument
936 GetPixelMapV9(int32_t wallpaperType, IWallpaperService::FdInfo &fdInfo) GetPixelMapV9() argument
941 GetWallpaperId(int32_t wallpaperType) GetWallpaperId() argument
976 ResetWallpaper(int32_t wallpaperType) ResetWallpaper() argument
1000 ResetWallpaperV9(int32_t wallpaperType) ResetWallpaperV9() argument
1009 SetDefaultDataForWallpaper(int32_t userId, WallpaperType wallpaperType) SetDefaultDataForWallpaper() argument
1082 GetWallpaperSafeLocked(int32_t userId, WallpaperType wallpaperType, WallpaperData &wallpaperData) GetWallpaperSafeLocked() argument
1101 ClearWallpaperLocked(int32_t userId, WallpaperType wallpaperType) ClearWallpaperLocked() argument
1192 GetImageFd(int32_t userId, WallpaperType wallpaperType, int32_t &fd) GetImageFd() argument
1216 GetImageSize(int32_t userId, WallpaperType wallpaperType, int32_t &size) GetImageSize() argument
1274 SetWallpaper( int32_t fd, int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType) SetWallpaper() argument
1323 SetWallpaperByPixelMap( std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, WallpaperResourceType resourceType) SetWallpaperByPixelMap() argument
1349 WritePixelMapToFile(std::shared_ptr<OHOS::Media::PixelMap> pixelMap, std::string wallpaperTmpFullPath, int32_t wallpaperType, WallpaperResourceType resourceType) WritePixelMapToFile() argument
1422 OnColorsChange(WallpaperType wallpaperType, const ColorManager::Color &color) OnColorsChange() argument
1442 CheckValid(int32_t wallpaperType, int32_t length, WallpaperResourceType resourceType) CheckValid() argument
1460 WallpaperChanged( WallpaperType wallpaperType, WallpaperResourceType resType, const std::string &uri) WallpaperChanged() argument
1477 NotifyColorChange(const std::vector<uint64_t> &colors, const WallpaperType &wallpaperType) NotifyColorChange() argument
1491 SaveWallpaperState( int32_t userId, WallpaperType wallpaperType, WallpaperResourceType resourceType) SaveWallpaperState() argument
[all...]
H A Dwallpaper_service_stub.cpp134 int32_t wallpaperType = data.ReadInt32(); in OnSetWallpaperInner() local
138 wallpaperErrorCode = SetWallpaperV9(fd, wallpaperType, length); in OnSetWallpaperInner()
140 wallpaperErrorCode = SetWallpaper(fd, wallpaperType, length); in OnSetWallpaperInner()
174 int32_t wallpaperType = data.ReadInt32(); in OnSetWallpaperInnerByPixelMap() local
182 wallpaperErrorCode = SetWallpaperV9ByPixelMap(pixelMap, wallpaperType); in OnSetWallpaperInnerByPixelMap()
184 wallpaperErrorCode = SetWallpaperByPixelMap(pixelMap, wallpaperType); in OnSetWallpaperInnerByPixelMap()
202 int32_t wallpaperType = data.ReadInt32(); in OnSetVideo() local
204 ErrorCode wallpaperErrorCode = SetVideo(fd, wallpaperType, length); in OnSetVideo()
217 int32_t wallpaperType = data.ReadInt32(); in OnSetCustomWallpaper() local
219 ErrorCode wallpaperErrorCode = SetCustomWallpaper(fd, wallpaperType, lengt in OnSetCustomWallpaper()
236 int32_t wallpaperType = data.ReadInt32(); OnGetPixelMapInner() local
279 int32_t wallpaperType = data.ReadInt32(); OnGetColorsInner() local
304 int32_t wallpaperType = data.ReadInt32(); OnGetFile() local
328 int32_t wallpaperType = data.ReadInt32(); OnGetWallpaperId() local
373 int32_t wallpaperType = data.ReadInt32(); OnResetWallpaperInner() local
[all...]
H A Dwallpaper_event_listener_proxy.cpp26 void WallpaperEventListenerProxy::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument
41 if (!data.WriteInt32(wallpaperType)) { in OnColorsChange()
42 HILOG_ERROR("write wallpaperType failed!"); in OnColorsChange()
53 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
64 if (!data.WriteInt32(wallpaperType)) { in OnWallpaperChange()
65 HILOG_ERROR("write wallpaperType failed!"); in OnWallpaperChange()
52 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
H A Dwallpaper_service_cb_proxy.cpp20 int32_t WallpaperServiceCbProxy::OnCall(const int32_t wallpaperType) in OnCall() argument
31 if (!data.WriteInt32(wallpaperType)) { in OnCall()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp70 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType);
76 void WallpaperEventListenerFuzzTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument
80 wallpaperType_ = wallpaperType; in OnColorsChange()
98 uint32_t wallpaperType = ConvertToUint32(data); in GetColorsFuzzTest() local
105 WallpaperMgrService::WallpaperManager::GetInstance().GetColors(wallpaperType, apiInfo, colors); in GetColorsFuzzTest()
110 uint32_t wallpaperType = ConvertToUint32(data); in GetWallpaperIdFuzzTest() local
112 WallpaperMgrService::WallpaperManager::GetInstance().GetWallpaperId(wallpaperType); in GetWallpaperIdFuzzTest()
117 uint32_t wallpaperType = ConvertToUint32(data); in ResetWallpaperFuzzTest() local
123 WallpaperMgrService::WallpaperManager::GetInstance().ResetWallpaper(wallpaperType, apiInfo); in ResetWallpaperFuzzTest()
128 uint32_t wallpaperType in SetWallpaperByUriFuzzTest() local
145 uint32_t wallpaperType = ConvertToUint32(data); SetWallpaperByMapFuzzTest() local
163 uint32_t wallpaperType = ConvertToUint32(data); GetFileFuzzTest() local
186 uint32_t wallpaperType = ConvertToUint32(data); GetPixelMapFuzzTest() local
198 uint32_t wallpaperType = ConvertToUint32(data); SetVideoFuzzTest() local
217 uint32_t wallpaperType = ConvertToUint32(data); SetCustomWallpaperFuzzTest() local
[all...]
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnative_module.cpp33 napi_value wallpaperType = nullptr; in InitWallpaperType() local
38 NAPI_CALL(env, napi_create_object(env, &wallpaperType)); in InitWallpaperType()
39 NAPI_CALL(env, napi_set_named_property(env, wallpaperType, "WALLPAPER_SYSTEM", systemType)); in InitWallpaperType()
40 NAPI_CALL(env, napi_set_named_property(env, wallpaperType, "WALLPAPER_LOCKSCREEN", lockscreenType)); in InitWallpaperType()
41 return wallpaperType; in InitWallpaperType()
95 napi_value wallpaperType = InitWallpaperType(env); in Init() local
124 DECLARE_NAPI_STATIC_PROPERTY("WallpaperType", wallpaperType), in Init()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getwallpaperdir_fuzzer/
H A Dgetwallpaperdir_fuzzer.cpp38 int32_t wallpaperType = 1; in GetWallpaperDirFuzzTest() local
39 WallpaperMgrService.GetWallpaperDir(userId, wallpaperType); in GetWallpaperDirFuzzTest()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getpicturefilename_fuzzer/
H A Dgetfile_fuzzer.cpp38 int32_t wallpaperType = 1; in GetFileFuzzTest() local
39 WallpaperMgrService.GetFile(wallpaperType, fd); in GetFileFuzzTest()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/updatewallpapermap_fuzzer/
H A Dupdatewallpapermap_fuzzer.cpp38 int32_t wallpaperType = 1; in UpdataWallpaperMapFuzzTest() local
39 WallpaperMgrService.UpdataWallpaperMap(userId, wallpaperType); in UpdataWallpaperMapFuzzTest()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/clearredundatfile_fuzzer/
H A Dclearredundatfile_fuzzer.cpp38 int32_t wallpaperType = 1; in ClearRedundatFileFuzzTest() local
42 WallpaperMgrService.ClearRedundantFile(userId, wallpaperType, path); in ClearRedundatFileFuzzTest()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfile_fuzzer/
H A Dgetpicturefilename_fuzzer.cpp38 int32_t wallpaperType = 1; in GetPictureFileNameFuzzTest() local
42 WallpaperMgrService.GetPictureFileName(userId, wallpaperType, path); in GetPictureFileNameFuzzTest()

Completed in 9 milliseconds

12