From ae3adfa01374cb2f3ad2c648af65fe000ed66a9e Mon Sep 17 00:00:00 2001 From: fangjinliang1 Date: Thu, 20 Jan 2022 10:19:49 +0800 Subject: [PATCH] global ability Signed-off-by: fangjinliang1 Change-Id: I259d5dbd18301d5afae90092e6a13f59209e533f --- services/time_manager/src/timer_call_back.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/time_manager/src/timer_call_back.cpp b/services/time_manager/src/timer_call_back.cpp index f3ea1db..fb18e73 100644 --- a/services/time_manager/src/timer_call_back.cpp +++ b/services/time_manager/src/timer_call_back.cpp @@ -96,11 +96,11 @@ void TimerCallback::NotifyTimer(const uint64_t timerId) Notification::WantAgent::WantAgentHelper::GetWant(it->second->wantAgent); OHOS::Notification::WantAgent::TriggerInfo paramsInfo("", nullptr, want, WANTAGENT_CODE_ELEVEN); - Notification::WantAgent::WantAgentHelper::TriggerWantAgent(context, + Notification::WantAgent::WantAgentHelper::TriggerWantAgent( it->second->wantAgent, nullptr, paramsInfo); } } TIME_HILOGD(TIME_MODULE_SERVICE, "end."); } } // namespace MiscServices -} // namespace OHOS \ No newline at end of file +} // namespace OHOS