Home
last modified time | relevance | path

Searched refs:NotifyEventInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/include/
H A Diupdater.h51 void NotifyEventInfo(const EventInfo &eventInfo);
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Diupdater.cpp133 void IUpdater::NotifyEventInfo(const EventInfo &eventInfo) in NotifyEventInfo() function in OHOS::UpdateEngine::IUpdater
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dlocal_updater.cpp72 NotifyEventInfo(eventInfo); in Init()
H A Dupdate_client.cpp84 UpdateCallbackInfo callback{ [=](const EventInfo &eventInfo) { NotifyEventInfo(eventInfo); } }; in RegisterCallback()