global ability

Signed-off-by: fangjinliang1 <fangjinliang1@huawei.com>
Change-Id: I259d5dbd18301d5afae90092e6a13f59209e533f
This commit is contained in:
fangjinliang1
2022-01-20 10:19:49 +08:00
parent a08ddc8bec
commit ae3adfa013
@@ -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
} // namespace OHOS