/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | uv_queue.h | 29 int32_t wallpaperType; member
|
H A D | wallpaper_event_listener.h | 34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument 38 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service_cb_proxy.cpp | 20 int32_t WallpaperServiceCbProxy::OnCall(const int32_t wallpaperType) in OnCall() argument
|
H A D | wallpaper_event_listener_proxy.cpp | 26 void WallpaperEventListenerProxy::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument 52 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
|
H A D | wallpaper_service_stub.cpp | 134 int32_t wallpaperType = data.ReadInt32(); in OnSetWallpaperInner() local 174 int32_t wallpaperType = data.ReadInt32(); in OnSetWallpaperInnerByPixelMap() local 202 int32_t wallpaperType = data.ReadInt32(); in OnSetVideo() local 217 int32_t wallpaperType = data.ReadInt32(); in OnSetCustomWallpaper() local 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 D | wallpaper_service.cpp | 354 void WallpaperService::ClearRedundantFile(int32_t userId, WallpaperType wallpaperType, std::string fileName) in ClearRedundantFile() argument 405 bool WallpaperService::RestoreUserResources(int32_t userId, WallpaperData &wallpaperData, WallpaperType wallpaperType) in RestoreUserResources() argument 421 std::string WallpaperService::GetWallpaperDefaultPath(WallpaperType wallpaperType) in GetWallpaperDefaultPath() argument 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...] |
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getwallpaperdir_fuzzer/ |
H A D | getwallpaperdir_fuzzer.cpp | 38 int32_t wallpaperType = 1; in GetWallpaperDirFuzzTest() local
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/clearredundatfile_fuzzer/ |
H A D | clearredundatfile_fuzzer.cpp | 38 int32_t wallpaperType = 1; in ClearRedundatFileFuzzTest() local
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfile_fuzzer/ |
H A D | getpicturefilename_fuzzer.cpp | 38 int32_t wallpaperType = 1; in GetPictureFileNameFuzzTest() local
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfilenamefrommap_fuzzer/ |
H A D | getfilenamefrommap_fuzzer.cpp | 38 int32_t wallpaperType = 1; in GetFileNameFromMapFuzzTest() local
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getpicturefilename_fuzzer/ |
H A D | getfile_fuzzer.cpp | 38 int32_t wallpaperType = 1; in GetFileFuzzTest() local
|
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/updatewallpapermap_fuzzer/ |
H A D | updatewallpapermap_fuzzer.cpp | 38 int32_t wallpaperType = 1; in UpdataWallpaperMapFuzzTest() local
|
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_event_listener_stub.cpp | 39 int32_t wallpaperType = data.ReadInt32(); in OnRemoteRequest() local 45 int32_t wallpaperType = data.ReadInt32(); in OnRemoteRequest() local
|
H A D | wallpaper_service_cb_stub.cpp | 48 int32_t wallpaperType = data.ReadInt32(); in HandleOnCall() local
|
H A D | wallpaper_event_listener_client.cpp | 33 void WallpaperEventListenerClient::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument 41 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument
|
H A D | wallpaper_service_proxy.cpp | 26 ErrorCode WallpaperServiceProxy::GetColors(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColors() argument 31 ErrorCode WallpaperServiceProxy::GetColorsV9(int32_t wallpaperType, std::vector<uint64_t> &colors) in GetColorsV9() argument 66 ErrorCode WallpaperServiceProxy::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile() argument 94 ErrorCode WallpaperServiceProxy::SetWallpaper(int32_t fd, int32_t wallpaperType, int32_t length) in SetWallpaper() argument 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 D | wallpaper_manager.cpp | 164 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<uint64_t> &colors) in GetColors() argument 177 ErrorCode WallpaperManager::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile() argument 197 ErrorCode WallpaperManager::SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper() argument 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...] |
/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | native_module.cpp | 33 napi_value wallpaperType = nullptr; in InitWallpaperType() local 95 napi_value wallpaperType = InitWallpaperType(env); in Init() local
|
H A D | napi_wallpaper_ability.h | 50 int32_t wallpaperType = 0; member 123 int32_t wallpaperType = 0; member 152 int32_t wallpaperType = 0; member 213 WallpaperType wallpaperType; member 221 const int32_t wallpaperType; member
|
H A D | napi_wallpaper_ability.cpp | 960 OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) OnColorsChange() argument 985 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument 1024 int wallpaperType; IsValidArgRange() local [all...] |
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/ |
H A D | wallpaper_manager_fuzzer.cpp | 76 void WallpaperEventListenerFuzzTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument 98 uint32_t wallpaperType = ConvertToUint32(data); in GetColorsFuzzTest() local 110 uint32_t wallpaperType = ConvertToUint32(data); in GetWallpaperIdFuzzTest() local 117 uint32_t wallpaperType = ConvertToUint32(data); in ResetWallpaperFuzzTest() local 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/test/unittest/ |
H A D | wallpaper_test.cpp | 207 void WallpaperEventListenerTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() argument 216 OnWallpaperChange( WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) OnWallpaperChange() argument [all...] |