Home
last modified time | relevance | path

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

/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h41 SESSION_UPGRADE, enumerator
93 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) { in Release()
129 if (type == SessionType::SESSION_DOWNLOAD || type == SessionType::SESSION_UPGRADE) {
/base/update/updateservice/test/unittest/update_client/
Dclient_unittest.cpp190 g_testEnv.testStage = static_cast<int32_t>(SessionType::SESSION_UPGRADE); in TestUpgradeVersion()
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.cpp259 SessionParams sessionParams(SessionType::SESSION_UPGRADE, CALLBACK_POSITION_THREE, true); in Upgrade()