Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_result.h50 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) { in Release()
80 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) {
H A Dsession_type.h26 constexpr uint32_t SESSION_UPGRADE = 4; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp156 {SessionType::SESSION_UPGRADE, "upgrade"},
H A Dupdate_client.cpp252 SessionParams sessionParams(SessionType::SESSION_UPGRADE, CALLBACK_POSITION_THREE, true); in Upgrade()