Home
last modified time | relevance | path

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

/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h49 SESSION_GET_NEW_VERSION, enumerator
102 } else if (type == SessionType::SESSION_GET_NEW_VERSION) { in Release()
146 } else if (type == SessionType::SESSION_GET_NEW_VERSION) {
/base/update/updateservice/frameworks/js/napi/client/
Dupdate_session.h104 { SessionType::SESSION_GET_NEW_VERSION, "getNewVersionInfo" }, in GetSessionFuncParameter()
Dupdate_client.cpp358 SessionParams sessionParams(SessionType::SESSION_GET_NEW_VERSION, CALLBACK_POSITION_ONE, true); in GetNewVersionInfo()
461 case SessionType::SESSION_GET_NEW_VERSION: in GetUpdateResult()
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp243 PARAM_CHECK(result.type == SessionType::SESSION_GET_NEW_VERSION, in BuildNewVersionInfo()