Searched defs:sessionParams (Results 1 – 6 of 6) sorted by relevance
/base/update/updateservice/frameworks/js/napi/client/ |
D | update_client.cpp | 106 …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 …]
|
D | update_session.h | 210 : 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
|
D | restorer.cpp | 40 SessionParams sessionParams(SessionType::SESSION_FACTORY_RESET, CALLBACK_POSITION_ONE, true); in FactoryReset() local
|
D | local_updater.cpp | 104 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
|
D | update_session.cpp | 34 UpdateSession::UpdateSession(IUpdater *client, SessionParams &sessionParams, size_t argc, size_t ca… in UpdateSession()
|
/base/update/updateservice/frameworks/js/napi/base/src/ |
D | iupdater.cpp | 40 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
|