Home
last modified time | relevance | path

Searched refs:IsSubscribeEvent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dsession_manager.cpp139 if (handle == nullptr && listener->IsSubscribeEvent(eventClassifyInfo)) { in Unsubscribe()
226 if (!listener->IsSubscribeEvent(eventClassifyInfo)) { in PublishToJS()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_session.h154 bool IsSubscribeEvent(const EventClassifyInfo &eventClassifyInfo) const in IsSubscribeEvent() function