Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_client.cpp111 SessionParams sessionParams(SessionType::SESSION_CHECK_VERSION, CALLBACK_POSITION_ONE, true); in CheckNewVersion() local
123 SessionParams sessionParams(SessionType::SESSION_CANCEL_UPGRADE, CALLBACK_POSITION_ONE, true); in CancelUpgrade() local
180 SessionParams sessionParams(SessionType::SESSION_DOWNLOAD, CALLBACK_POSITION_THREE, true); in Download() local
204 SessionParams sessionParams(SessionType::SESSION_PAUSE_DOWNLOAD, CALLBACK_POSITION_THREE, true); in PauseDownload() local
252 SessionParams sessionParams(SessionType::SESSION_UPGRADE, CALLBACK_POSITION_THREE, true); in Upgrade() local
276 SessionParams sessionParams(SessionType::SESSION_CLEAR_ERROR, CALLBACK_POSITION_THREE, true); in ClearError() local
315 SessionParams sessionParams(SessionType::SESSION_SET_POLICY, CALLBACK_POSITION_TWO, true); in SetUpgradePolicy() local
326 SessionParams sessionParams(SessionType::SESSION_GET_POLICY, CALLBACK_POSITION_ONE, true); in GetUpgradePolicy() local
337 SessionParams sessionParams(SessionType::SESSION_GET_NEW_VERSION, CALLBACK_POSITION_ONE, true); in GetNewVersionInfo() local
373 SessionParams sessionParams(SessionType::SESSION_GET_CUR_VERSION, CALLBACK_POSITION_ONE, true); in GetCurrentVersionInfo() local
[all …]
H A Drestorer.cpp40 SessionParams sessionParams(SessionType::SESSION_FACTORY_RESET, CALLBACK_POSITION_ONE, true); in FactoryReset() local
H A Dlocal_updater.cpp104 SessionParams sessionParams(SessionType::SESSION_VERIFY_PACKAGE, CALLBACK_POSITION_THREE, true); in VerifyUpgradePackage() local
135 … SessionParams sessionParams(SessionType::SESSION_APPLY_NEW_VERSION, CALLBACK_POSITION_TWO, true); in ApplyNewVersion() local
/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() local
101 …i_value IUpdater::StartSession(napi_env env, napi_callback_info info, SessionParams &sessionParams, in StartSession()
127 SessionParams sessionParams(SessionType::SESSION_REPLY_PARAM_ERROR, callbackPosition, true); in StartParamErrorSession() local
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_session.h33 …BaseUpdateSession(BaseClient *client, SessionParams &sessionParams, size_t argc, size_t callbackNu… in BaseUpdateSession()
/ohos5.0/base/update/updateservice/frameworks/js/napi/session/src/
H A Dnapi_session.cpp29 NapiSession::NapiSession(BaseClient *client, SessionParams &sessionParams, size_t argc, size_t call… in NapiSession()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp126 auto sessionParams = resp.GetItemSessionParams(); in HandleDataAvailableSession() local
252 auto sessionParams = req.GetItemSessionParams(); in SendRequest() local