Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_result.h59 } else if (type == SessionType::SESSION_GET_CUR_VERSION) { in Release()
90 } else if (type == SessionType::SESSION_GET_CUR_VERSION) {
H A Dsession_type.h40 constexpr uint32_t SESSION_GET_CUR_VERSION = 18; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp170 {SessionType::SESSION_GET_CUR_VERSION, "getCurrentVersionInfo"},
H A Dupdate_client.cpp373 SessionParams sessionParams(SessionType::SESSION_GET_CUR_VERSION, CALLBACK_POSITION_ONE, true); in GetCurrentVersionInfo()
439 case SessionType::SESSION_GET_CUR_VERSION: in GetUpdateResult()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp180 PARAM_CHECK(result.type == SessionType::SESSION_GET_CUR_VERSION, in BuildCurrentVersionInfo()