Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_result.h57 type == SessionType::SESSION_GET_CUR_VERSION_DESCRIPTION) { in Release()
87 type == SessionType::SESSION_GET_CUR_VERSION_DESCRIPTION) {
H A Dsession_type.h41 constexpr uint32_t SESSION_GET_CUR_VERSION_DESCRIPTION = 19; variable
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_session.cpp171 {SessionType::SESSION_GET_CUR_VERSION_DESCRIPTION, "getCurrentVersionDescription"},
H A Dupdate_client.cpp397 …SessionParams sessionParams(SessionType::SESSION_GET_CUR_VERSION_DESCRIPTION, CALLBACK_POSITION_TW… in GetCurrentVersionDescription()
443 case SessionType::SESSION_GET_CUR_VERSION_DESCRIPTION: in GetUpdateResult()
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/common/src/
H A Dclient_helper.cpp285 result.type == SessionType::SESSION_GET_CUR_VERSION_DESCRIPTION, in BuildVersionDescriptionInfo()