Searched refs:NotifyEventInfo (Results 1 – 4 of 4) sorted by relevance
51 void NotifyEventInfo(const EventInfo &eventInfo);
133 void IUpdater::NotifyEventInfo(const EventInfo &eventInfo) in NotifyEventInfo() function in OHOS::UpdateEngine::IUpdater
72 NotifyEventInfo(eventInfo); in Init()
84 UpdateCallbackInfo callback{ [=](const EventInfo &eventInfo) { NotifyEventInfo(eventInfo); } }; in RegisterCallback()