# theme_wallpaper_mgr **Repository Path**: linuxkernelAnalyse/theme_wallpaper_mgr ## Basic Information - **Project Name**: theme_wallpaper_mgr - **Description**: Wallpaper Framework | 壁纸框架 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 147 - **Created**: 2022-09-19 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wallpaper service #### Introduction 1、Provide wallpaper service capability for the system, and support wallpaper display, setting, switching wallpaper and other functions; 2、Provide the framework and interface for developers to develop wallpaper, and develop wallpaper applications; **subsystem architecture diagram**  #### Warehouse path /base/theme/wallpaper_mgr #### Introduction to framework code /base/theme/wallpaper_mgr ├── figures # architecture diagram ├── frameworks/innerkitsimpl # interface provided for app ├── interfaces # interface code provided by module │ ├── innerkits # inter service interface │ └── kits # napi interface ├── sa_profile # module contains the config files of system services and processes ├── services # implementation of wallpaper manager service ├── test # unit test of interface └── utils # module contains log printing and constants for ordered commonEvent #### Interface Introduction **Table 1** Main method of wallpaper service