Home
last modified time | relevance | path

Searched refs:OnColorsChange (Results 1 – 13 of 13) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_event_listener_client.cpp36 void WallpaperEventListenerClient::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallp… in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerClient
40 wallpaperEventListener_->OnColorsChange(color, wallpaperType); in OnColorsChange()
Dwallpaper_event_listener_stub.cpp41 OnColorsChange(color, wallpaperType); in OnRemoteRequest()
/base/theme/wallpaper_mgr/frameworks/native/include/
Dwallpaper_event_listener.h34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) in OnColorsChange() function
Diwallpaper_event_listener.h34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) = 0;
Dwallpaper_event_listener_client.h34 void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) override;
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_event_listener_proxy.h39 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
Dwallpaper_service.h136 void OnColorsChange(WallpaperType wallpaperType, const ColorManager::Color &color);
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_event_listener_proxy.cpp27 void WallpaperEventListenerProxy::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpa… in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerProxy
Dwallpaper_service.cpp660 OnColorsChange(wallpaperType, color); in SaveColor()
1348 void WallpaperService::OnColorsChange(WallpaperType wallpaperType, const ColorManager::Color &color) in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperService
1406 iter->second->OnColorsChange(colors, wallpaperType); in NotifyColorChange()
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanager_fuzzer/
Dwallpaper_manager_fuzzer.cpp70 void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType);
76 void WallpaperEventListenerFuzzTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int wal… in OnColorsChange() function in OHOS::WallpaperEventListenerFuzzTestImpl
/base/theme/wallpaper_mgr/frameworks/js/napi/
Dnapi_wallpaper_ability.h173 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
Dnapi_wallpaper_ability.cpp789 void NapiWallpaperAbility::OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) in OnColorsChange() function in OHOS::WallpaperNAPI::NapiWallpaperAbility
792 WallpaperMgrService::WallpaperEventListener::OnColorsChange(color, wallpaperType); in OnColorsChange()
/base/theme/wallpaper_mgr/test/unittest/
Dwallpaper_test.cpp189 void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) override;
201 void WallpaperEventListenerTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int wallpap… in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerTestImpl