Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_event_listener_client.cpp33 void WallpaperEventListenerClient::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerClient
35 HILOG_INFO("OnColorsChange start."); in OnColorsChange()
37 wallpaperEventListener_->OnColorsChange(color, wallpaperType); in OnColorsChange()
H A Dwallpaper_event_listener_stub.cpp40 OnColorsChange(color, wallpaperType); in OnRemoteRequest()
/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() function in OHOS::WallpaperMgrService::WallpaperEventListener
H A Diwallpaper_event_listener.h34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) = 0;
H A Dwallpaper_event_listener_client.h34 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_event_listener_proxy.h39 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
H A Dwallpaper_service.h139 void OnColorsChange(WallpaperType wallpaperType, const ColorManager::Color &color);
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_event_listener_proxy.cpp26 void WallpaperEventListenerProxy::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerProxy
28 HILOG_DEBUG("WallpaperEventListenerProxy::OnColorsChange Start."); in OnColorsChange()
H A Dwallpaper_service.cpp652 OnColorsChange(wallpaperType, color); in SaveColor()
1422 void WallpaperService::OnColorsChange(WallpaperType wallpaperType, const ColorManager::Color &color) in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperService
1486 iter->second->OnColorsChange(colors, wallpaperType); in NotifyColorChange()
/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() function in OHOS::WallpaperEventListenerFuzzTestImpl
/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.h178 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
H A Dnapi_wallpaper_ability.cpp960 void NapiWallpaperAbility::OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) in OnColorsChange() function in OHOS::WallpaperNAPI::NapiWallpaperAbility
962 WallpaperMgrService::WallpaperEventListener::OnColorsChange(color, wallpaperType); in OnColorsChange()
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp195 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
207 void WallpaperEventListenerTestImpl::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerTestImpl

Completed in 11 milliseconds