From 9347320ecea3d50d8e115e50ef10ce35fdd3ab8a Mon Sep 17 00:00:00 2001 From: SKY2001 Date: Sat, 29 Nov 2025 11:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9IPC=E5=86=BB=E7=BB=93?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=BC=82=E6=AD=A5=E9=80=9A=E7=9F=A5=E5=86=99?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SKY2001 --- .../inner_api/app_manager/src/appmgr/app_scheduler_proxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/inner_api/app_manager/src/appmgr/app_scheduler_proxy.cpp b/interfaces/inner_api/app_manager/src/appmgr/app_scheduler_proxy.cpp index 39ac622177..abccb2d9c5 100644 --- a/interfaces/inner_api/app_manager/src/appmgr/app_scheduler_proxy.cpp +++ b/interfaces/inner_api/app_manager/src/appmgr/app_scheduler_proxy.cpp @@ -206,7 +206,7 @@ void AppSchedulerProxy::ScheduleMemoryCommon(const int32_t level, const uint32_t { MessageParcel data; MessageParcel reply; - MessageOption option(MessageOption::TF_ASYNC_WAKEUP_LATER); + MessageOption option(MessageOption::TF_ASYNC | MessageOption::TF_ASYNC_WAKEUP_LATER); if (!WriteInterfaceToken(data)) { return; }