From de7ec31a2b5362b1b35c280b77bf095d5e3b5a02 Mon Sep 17 00:00:00 2001 From: aqxyjay Date: Tue, 18 Jan 2022 11:10:20 +0800 Subject: [PATCH] Modify display_info to display_power_info Signed-off-by: aqxyjay --- services/native/src/battery_stats_listener.cpp | 2 +- test/systemtest/src/batterystats_sys_test.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/native/src/battery_stats_listener.cpp b/services/native/src/battery_stats_listener.cpp index ad37f38..b14954e 100755 --- a/services/native/src/battery_stats_listener.cpp +++ b/services/native/src/battery_stats_listener.cpp @@ -18,7 +18,7 @@ #include #include -#include "display_info.h" +#include "display_power_info.h" #include "battery_stats_service.h" #include "stats_hilog_wrapper.h" diff --git a/test/systemtest/src/batterystats_sys_test.cpp b/test/systemtest/src/batterystats_sys_test.cpp index 25a7ceb..c78ca30 100755 --- a/test/systemtest/src/batterystats_sys_test.cpp +++ b/test/systemtest/src/batterystats_sys_test.cpp @@ -19,7 +19,7 @@ #include #include -#include "display_info.h" +#include "display_power_info.h" #include "hisysevent.h" #include "running_lock_info.h" #include "string_ex.h" -- Gitee