Signed-off-by: lovechinamo <wangdongqi2@huawei.com>

Changes to be committed:
This commit is contained in:
lovechinamo
2022-05-26 11:45:14 +08:00
parent ee8d598e71
commit f9f763aba7
@@ -121,7 +121,7 @@ void NtpUpdateTime::SubscriberNITZTimeChangeCommonEvent()
{
// Broadcast subscription
MatchingSkills matchingSkills;
matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_NITZ_TIME_CHANGED);
matchingSkills.AddEvent(CommonEventSupport::COMMON_EVENT_NITZ_TIME_UPDATED);
CommonEventSubscribeInfo subscriberInfo(matchingSkills);
std::shared_ptr<NITZSubscriber> subscriberPtr =
std::make_shared<NITZSubscriber>(subscriberInfo);