Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dsession_manager.cpp106 if (listener->GetType() != SessionType::SESSION_SUBSCRIBE || in ProcessUnsubscribe()
133 if (iter->second->GetType() != SessionType::SESSION_SUBSCRIBE) { in Unsubscribe()
174 if (listener->GetType() != SessionType::SESSION_SUBSCRIBE) { in FindSessionByHandle()
193 if (iter.second->GetType() != SessionType::SESSION_SUBSCRIBE) { in FindSessionByHandle()
221 if (iter.second->GetType() != SessionType::SESSION_SUBSCRIBE) { in PublishToJS()
H A Dupdate_session.cpp163 {SessionType::SESSION_SUBSCRIBE, "subscribe"},
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dsession_type.h33 constexpr uint32_t SESSION_SUBSCRIBE = 11; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Diupdater.cpp43 SessionParams sessionParams(SessionType::SESSION_SUBSCRIBE, CALLBACK_POSITION_TWO); in On()