mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-19 20:03:38 -04:00
global ability
Signed-off-by: fangjinliang1 <fangjinliang1@huawei.com> Change-Id: I259d5dbd18301d5afae90092e6a13f59209e533f
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user