mirror of
https://github.com/openharmony/miscservices_wallpaper.git
synced 2026-07-01 06:42:05 -04:00
+4
-1
@@ -16,10 +16,13 @@
|
||||
#ifndef I_WALLPAPER_COLOR_CHANGE_LISTENER_H
|
||||
#define I_WALLPAPER_COLOR_CHANGE_LISTENER_H
|
||||
|
||||
#include "wallpaper_color_change_listener.h"
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
#include "iremote_broker.h"
|
||||
#include "iremote_proxy.h"
|
||||
#include "iremote_stub.h"
|
||||
#include "refbase.h"
|
||||
#include "wallpaper_manager_common_info.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace WallpaperMgrService {
|
||||
|
||||
+2
-1
@@ -17,9 +17,10 @@
|
||||
#define WALLPAPER_COLOR_CHANGE_LISTENER_CLIENT_H
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "iwallpaper_color_change_listener.h"
|
||||
#include "wallpaper_color_change_listener.h"
|
||||
#include "refbase.h"
|
||||
#include "wallpaper_manager_common_info.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace WallpaperMgrService {
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <map>
|
||||
#include "ipc_skeleton.h"
|
||||
#include "wallpaper_manager_kits.h"
|
||||
#include "i_wallpaper_service.h"
|
||||
#include "singleton.h"
|
||||
#include "reporter.h"
|
||||
|
||||
|
||||
@@ -16,19 +16,13 @@
|
||||
|
||||
#ifndef INNERKITS_WALLPAPER_MANAGER_KITS_H
|
||||
#define INNERKITS_WALLPAPER_MANAGER_KITS_H
|
||||
#include <mutex>
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include<list>
|
||||
#include<map>
|
||||
|
||||
#include "i_wallpaper_service.h"
|
||||
#include <memory>
|
||||
#include "pixel_map.h"
|
||||
#include "refbase.h"
|
||||
#include "wallpaper_manager_common_info.h"
|
||||
#include "wallpaper_color_change_listener.h"
|
||||
#include "iwallpaper_color_change_listener.h"
|
||||
#include "wallpaper_color_change_listener_client.h"
|
||||
#include "wallpaper_manager_common_info.h"
|
||||
|
||||
/**
|
||||
* Interfaces for ohos account subsystem.
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
#define LOG_TAG "AsyncCall"
|
||||
#include "async_call.h"
|
||||
#include <utility>
|
||||
#include "hilog_wrapper.h"
|
||||
|
||||
namespace OHOS::WallpaperNAPI {
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include "wallpaper_js_util.h"
|
||||
#include "napi/native_common.h"
|
||||
#include "napi/native_api.h"
|
||||
#include "napi/native_node_api.h"
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
*/
|
||||
#define LOG_TAG "WallpaperJSUtil"
|
||||
#include "wallpaper_js_util.h"
|
||||
#include "hilog_wrapper.h"
|
||||
|
||||
namespace OHOS::WallpaperNAPI {
|
||||
const static int32_t ARRAY_LENGTH = 4;
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
#define WALLPAPER_JS_UTIL_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "napi/native_common.h"
|
||||
#include "napi/native_api.h"
|
||||
#include "napi/native_node_api.h"
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include <cstdio>
|
||||
#include <utility>
|
||||
#include "dump_helper.h"
|
||||
#include <vector>
|
||||
#include "hilog_wrapper.h"
|
||||
using namespace OHOS::WallpaperMgrService;
|
||||
namespace OHOS {
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
#include "command.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
|
||||
#ifndef SERVICES_INCLUDE_WALLPAPER_DATA_H
|
||||
#define SERVICES_INCLUDE_WALLPAPER_DATA_H
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "wallpaper_manager_common_info.h"
|
||||
#include "i_wallpaper_manager_callback.h"
|
||||
|
||||
@@ -15,9 +15,11 @@
|
||||
#ifndef SERVICES_INCLUDE_WALLPAPER_SERVICE_CB_PROXY_H
|
||||
#define SERVICES_INCLUDE_WALLPAPER_SERVICE_CB_PROXY_H
|
||||
|
||||
#include <cstdint>
|
||||
#include "iremote_proxy.h"
|
||||
#include "iremote_object.h"
|
||||
#include "i_wallpaper_callback.h"
|
||||
#include "refbase.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace WallpaperMgrService {
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
#include <dirent.h>
|
||||
#include <sys/types.h>
|
||||
#include <cstdio>
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user