Home
last modified time | relevance | path

Searched refs:StartSession (Results 1 – 6 of 6) sorted by relevance

/base/update/updateservice/frameworks/js/napi/client/
Dupdate_client.cpp107 …napi_value ret = StartSession(env, info, sessionParams, [=](SessionType type, void *context) -> in… in CheckNewVersion()
190 …napi_value retValue = StartSession(env, info, sessionParams, [=](SessionType type, void *context) … in Download()
215 …napi_value retValue = StartSession(env, info, sessionParams, [=](SessionType type, void *context) … in PauseDownload()
240 …napi_value retValue = StartSession(env, info, sessionParams, [=](SessionType type, void *context) … in ResumeDownload()
265 …napi_value retValue = StartSession(env, info, sessionParams, [=](SessionType type, void *context) … in Upgrade()
294 napi_value retValue = StartSession(env, info, sessionParams, in ClearError()
312 …napi_value retValue = StartSession(env, info, sessionParams, [=](SessionType type, void *context) … in TerminateUpgrade()
335 napi_value retValue = StartSession(env, info, sessionParams, in SetUpgradePolicy()
347 napi_value retValue = StartSession(env, info, sessionParams, in GetUpgradePolicy()
359 napi_value retValue = StartSession(env, info, sessionParams, in GetNewVersionInfo()
[all …]
Drestorer.cpp41 napi_value retValue = StartSession(env, info, sessionParams, in FactoryReset()
Dlocal_updater.cpp105 napi_value retValue = StartSession(env, info, sessionParams, in VerifyUpgradePackage()
131 napi_value retValue = StartSession(env, info, sessionParams, in ApplyNewVersion()
/base/update/updateservice/frameworks/js/napi/base/include/
Diupdater.h48 napi_value StartSession(napi_env env, napi_callback_info info, SessionParams &sessionParams,
/base/update/updateservice/frameworks/js/napi/base/src/
Diupdater.cpp90 napi_value IUpdater::StartSession(napi_env env, napi_callback_info info, SessionParams &sessionPara… in StartSession() function in OHOS::UpdateEngine::IUpdater
117 return StartSession(env, info, sessionParams, [](SessionType type, void *context) -> int { in StartParamErrorSession()
/base/security/device_auth/services/session_manager/src/session/
Ddev_session_fwk.c214 static int32_t StartSession(DevSession *self) in StartSession() function
552 session->base.start = StartSession; in BuildDevSession()