mirror of
https://github.com/openharmony/miscservices_time.git
synced 2026-07-19 20:03:38 -04:00
!58 global ability整改 - WantAgent函数接口调用修改
Merge pull request !58 from FangJinliang/fjl
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