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