Searched defs:sessionParams (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_client.cpp | 111 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 D | restorer.cpp | 40 SessionParams sessionParams(SessionType::SESSION_FACTORY_RESET, CALLBACK_POSITION_ONE, true); in FactoryReset() local
|
H A D | local_updater.cpp | 104 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 D | iupdater.cpp | 43 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 D | update_session.h | 33 …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 D | napi_session.cpp | 29 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 D | obex_client.cpp | 126 auto sessionParams = resp.GetItemSessionParams(); in HandleDataAvailableSession() local 252 auto sessionParams = req.GetItemSessionParams(); in SendRequest() local
|