/base/theme/wallpaper_mgr/frameworks/native/src/ |
D | wallpaper_event_listener_client.cpp | 36 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()
|
D | wallpaper_event_listener_stub.cpp | 41 OnColorsChange(color, wallpaperType); in OnRemoteRequest()
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
D | wallpaper_event_listener.h | 34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) in OnColorsChange() function
|
D | iwallpaper_event_listener.h | 34 virtual void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) = 0;
|
D | wallpaper_event_listener_client.h | 34 void OnColorsChange(const std::vector<uint64_t> &color, int wallpaperType) override;
|
/base/theme/wallpaper_mgr/services/include/ |
D | wallpaper_event_listener_proxy.h | 39 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
|
D | wallpaper_service.h | 136 void OnColorsChange(WallpaperType wallpaperType, const ColorManager::Color &color);
|
/base/theme/wallpaper_mgr/services/src/ |
D | wallpaper_event_listener_proxy.cpp | 27 void WallpaperEventListenerProxy::OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpa… in OnColorsChange() function in OHOS::WallpaperMgrService::WallpaperEventListenerProxy
|
D | wallpaper_service.cpp | 660 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/ |
D | wallpaper_manager_fuzzer.cpp | 70 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/ |
D | napi_wallpaper_ability.h | 173 void OnColorsChange(const std::vector<uint64_t> &color, int32_t wallpaperType) override;
|
D | napi_wallpaper_ability.cpp | 789 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/ |
D | wallpaper_test.cpp | 189 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
|