# 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