!58 global ability整改 - WantAgent函数接口调用修改

Merge pull request !58 from FangJinliang/fjl
This commit is contained in:
openharmony_ci
2022-01-20 14:33:44 +00:00
committed by Gitee
@@ -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