Home
last modified time | relevance | path

Searched refs:SESSION_GET_NEW_VERSION (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_result.h54 } else if (type == SessionType::SESSION_GET_NEW_VERSION) { in Release()
84 } else if (type == SessionType::SESSION_GET_NEW_VERSION) {
H A Dsession_type.h31 constexpr uint32_t SESSION_GET_NEW_VERSION = 9; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp161 {SessionType::SESSION_GET_NEW_VERSION, "getNewVersionInfo"},
H A Dupdate_client.cpp337 SessionParams sessionParams(SessionType::SESSION_GET_NEW_VERSION, CALLBACK_POSITION_ONE, true); in GetNewVersionInfo()
427 case SessionType::SESSION_GET_NEW_VERSION: in GetUpdateResult()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp264 PARAM_CHECK(result.type == SessionType::SESSION_GET_NEW_VERSION, in BuildNewVersionInfo()