Home
last modified time | relevance | path

Searched defs:sessionParams (Results 1 – 6 of 6) sorted by relevance

/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.cpp106 …SessionParams sessionParams(SessionType::SESSION_CHECK_VERSION, CALLBACK_POSITION_ONE, false, true… in CheckNewVersion() local
121 SessionParams sessionParams(SessionType::SESSION_CANCEL_UPGRADE, CALLBACK_POSITION_ONE, true); in CancelUpgrade() local
189 SessionParams sessionParams(SessionType::SESSION_DOWNLOAD, CALLBACK_POSITION_THREE, true); in Download() local
214 SessionParams sessionParams(SessionType::SESSION_PAUSE_DOWNLOAD, CALLBACK_POSITION_THREE, true); in PauseDownload() local
239 … SessionParams sessionParams(SessionType::SESSION_RESUME_DOWNLOAD, CALLBACK_POSITION_THREE, true); in ResumeDownload() local
264 SessionParams sessionParams(SessionType::SESSION_UPGRADE, CALLBACK_POSITION_THREE, true); in Upgrade() local
293 SessionParams sessionParams(SessionType::SESSION_CLEAR_ERROR, CALLBACK_POSITION_THREE, true); in ClearError() local
311 … SessionParams sessionParams(SessionType::SESSION_TERMINATE_UPGRADE, CALLBACK_POSITION_ONE, true); in TerminateUpgrade() local
334 SessionParams sessionParams(SessionType::SESSION_SET_POLICY, CALLBACK_POSITION_TWO, true); in SetUpgradePolicy() local
346 SessionParams sessionParams(SessionType::SESSION_GET_POLICY, CALLBACK_POSITION_ONE, true); in GetUpgradePolicy() local
[all …]
Dupdate_session.h210 : UpdateSession(client, sessionParams, argc, callbackNumber) in UpdateSession() argument
233 : UpdateAsyncession(client, sessionParams, argc, callbackNumber) {} in UpdateAsyncession() argument
243 : UpdateSession(client, sessionParams, argc, callbackNumber) {} in UpdateSession() argument
260 : UpdateSession(client, sessionParams, argc, callbackNumber), isOnce_(isOnce) {} in UpdateSession() argument
Drestorer.cpp40 SessionParams sessionParams(SessionType::SESSION_FACTORY_RESET, CALLBACK_POSITION_ONE, true); in FactoryReset() local
Dlocal_updater.cpp104 SessionParams sessionParams(SessionType::SESSION_VERIFY_PACKAGE, CALLBACK_POSITION_THREE, true); in VerifyUpgradePackage() local
130 … SessionParams sessionParams(SessionType::SESSION_APPLY_NEW_VERSION, CALLBACK_POSITION_TWO, true); in ApplyNewVersion() local
Dupdate_session.cpp34 UpdateSession::UpdateSession(IUpdater *client, SessionParams &sessionParams, size_t argc, size_t ca… in UpdateSession()
/base/update/updateservice/frameworks/js/napi/base/src/
Diupdater.cpp40 SessionParams sessionParams(SessionType::SESSION_SUBSCRIBE, CALLBACK_POSITION_TWO); in On() local
90 …i_value IUpdater::StartSession(napi_env env, napi_callback_info info, SessionParams &sessionParams, in StartSession()
116 SessionParams sessionParams(SessionType::SESSION_REPLY_PARAM_ERROR, callbackPosition, true); in StartParamErrorSession() local