Home
last modified time | relevance | path

Searched defs:wallpaperType (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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()
37 int32_t wallpaperType, WallpaperServiceIpcInterfaceCode code, std::vector<uint64_t> &colors) in GetColorsInner()
66 ErrorCode WallpaperServiceProxy::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile()
105 int32_t fd, int32_t wallpaperType, int32_t length, WallpaperServiceIpcInterfaceCode code) in SetWallpaperInner()
140 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) in SetWallpaperByPixelMap()
147 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) in SetWallpaperV9ByPixelMap()
199 ErrorCode WallpaperServiceProxy::SetVideo(int32_t fd, int32_t wallpaperType, int32_t length) in SetVideo()
294 int32_t WallpaperServiceProxy::GetWallpaperId(int32_t wallpaperType) in GetWallpaperId()
365 ErrorCode WallpaperServiceProxy::ResetWallpaper(int32_t wallpaperType) in ResetWallpaper()
370 ErrorCode WallpaperServiceProxy::ResetWallpaperV9(int32_t wallpaperType) in ResetWallpaperV9()
[all …]
H A Dwallpaper_event_listener_client.cpp33 …paperEventListenerClient::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange()
42 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
H A Dwallpaper_event_listener_stub.cpp39 int32_t wallpaperType = data.ReadInt32(); in OnRemoteRequest() local
45 int32_t wallpaperType = data.ReadInt32(); in OnRemoteRequest() local
H A Dwallpaper_manager.cpp165 ErrorCode WallpaperManager::GetColors(int32_t wallpaperType, const ApiInfo &apiInfo, std::vector<ui… in GetColors()
178 ErrorCode WallpaperManager::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile()
198 ErrorCode WallpaperManager::SetWallpaper(std::string uri, int32_t wallpaperType, const ApiInfo &api… in SetWallpaper()
239 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType, const ApiInfo &apiInfo) in SetWallpaper()
259 ErrorCode WallpaperManager::SetVideo(const std::string &uri, const int32_t wallpaperType) in SetVideo()
291 ErrorCode WallpaperManager::SetCustomWallpaper(const std::string &uri, const int32_t wallpaperType) in SetCustomWallpaper()
326 int32_t wallpaperType, const ApiInfo &apiInfo, std::shared_ptr<OHOS::Media::PixelMap> &pixelMap) in GetPixelMap()
396 int32_t WallpaperManager::GetWallpaperId(int32_t wallpaperType) in GetWallpaperId()
447 ErrorCode WallpaperManager::ResetWallpaper(std::int32_t wallpaperType, const ApiInfo &apiInfo) in ResetWallpaper()
550 void WallpaperManager::CloseWallpaperFd(int32_t wallpaperType) in CloseWallpaperFd()
[all …]
H A Dwallpaper_service_cb_stub.cpp48 int32_t wallpaperType = data.ReadInt32(); in HandleOnCall() local
/ohos5.0/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
H A Dwallpaper_manager_fuzzer.cpp76 …ventListenerFuzzTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange()
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 = ConvertToUint32(data); in SetWallpaperByUriFuzzTest() local
145 uint32_t wallpaperType = ConvertToUint32(data); in SetWallpaperByMapFuzzTest() local
163 uint32_t wallpaperType = ConvertToUint32(data); in GetFileFuzzTest() local
186 uint32_t wallpaperType = ConvertToUint32(data); in GetPixelMapFuzzTest() local
198 uint32_t wallpaperType = ConvertToUint32(data); in SetVideoFuzzTest() local
217 uint32_t wallpaperType = ConvertToUint32(data); in SetCustomWallpaperFuzzTest() local
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp654 ErrorCode WallpaperService::GetFile(int32_t wallpaperType, int32_t &wallpaperFd) in GetFile()
677 bool WallpaperService::SaveColor(int32_t userId, WallpaperType wallpaperType) in SaveColor()
722 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) in SetWallpaperByPixelMap()
744 std::shared_ptr<OHOS::Media::PixelMap> pixelMap, int32_t wallpaperType) in SetWallpaperV9ByPixelMap()
855 WallpaperType wallpaperType; in SendEvent() local
927 WallpaperType wallpaperType = static_cast<WallpaperType>(type); in SetCustomWallpaper() local
1001 int32_t WallpaperService::GetWallpaperId(int32_t wallpaperType) in GetWallpaperId()
1036 ErrorCode WallpaperService::ResetWallpaper(int32_t wallpaperType) in ResetWallpaper()
1060 ErrorCode WallpaperService::ResetWallpaperV9(int32_t wallpaperType) in ResetWallpaperV9()
1799 int32_t userId, WallpaperType wallpaperType, WallpaperData &wallpaperData) in SetAllWallpaperBackupData()
[all …]
H A Dwallpaper_event_listener_proxy.cpp26 …lpaperEventListenerProxy::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange()
53 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
H A Dwallpaper_service_stub.cpp138 int32_t wallpaperType = data.ReadInt32(); in OnSetWallpaperInner() local
178 int32_t wallpaperType = data.ReadInt32(); in OnSetWallpaperInnerByPixelMap() local
206 int32_t wallpaperType = data.ReadInt32(); in OnSetVideo() local
221 int32_t wallpaperType = data.ReadInt32(); in OnSetCustomWallpaper() local
240 int32_t wallpaperType = data.ReadInt32(); in OnGetPixelMapInner() local
283 int32_t wallpaperType = data.ReadInt32(); in OnGetColorsInner() local
308 int32_t wallpaperType = data.ReadInt32(); in OnGetFile() local
332 int32_t wallpaperType = data.ReadInt32(); in OnGetWallpaperId() local
377 int32_t wallpaperType = data.ReadInt32(); in OnResetWallpaperInner() local
510 int32_t wallpaperType = data.ReadInt32(); in OnSetAllWallpapers() local
[all …]
H A Dwallpaper_service_cb_proxy.cpp20 int32_t WallpaperServiceCbProxy::OnCall(const int32_t wallpaperType) in OnCall()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_event_listener.h34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange()
39 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
H A Duv_queue.h29 int32_t wallpaperType; member
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_perf/
H A DWallpaperSyncApiPerfJsunit.test.js42 wallpaper.off('colorChange', function (colors, wallpaperType) { argument
197 wallpaper.off('colorChange', function (colors, wallpaperType) { argument
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnative_module.cpp32 napi_value wallpaperType = nullptr; in InitWallpaperType() local
98 napi_value wallpaperType = InitWallpaperType(env); in Init() local
H A Dnapi_wallpaper_ability.h50 int32_t wallpaperType = 0; member
123 int32_t wallpaperType = 0; member
152 int32_t wallpaperType = 0; member
214 WallpaperType wallpaperType; member
222 const int32_t wallpaperType; member
H A Dnapi_wallpaper_ability.cpp968 void NapiWallpaperAbility::OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) in OnColorsChange()
994 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()
1032 int wallpaperType; in IsValidArgRange() local
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/wallpaperextensionability/
H A Dwallpaper_extension_ability.js69 onWallpaperChange(wallpaperType) { argument
/ohos5.0/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_ability.cpp240 …vice::WallpaperManager::GetInstance().RegisterWallpaperCallback([](int32_t wallpaperType) -> bool { in RegisterWallpaperCallback()
/ohos5.0/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp225 …perEventListenerTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange()
235 WallpaperType wallpaperType, WallpaperResourceType resourceType, const std::string &uri) in OnWallpaperChange()